Skip to content

Commit 3839057

Browse files
radicalCopilot
andauthored
Update apply-test-attributes.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 858677d commit 3839057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/apply-test-attributes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ jobs:
395395
echo "$OUTPUT"
396396
397397
# Save output for failure comment (escape for GitHub Actions)
398-
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
398+
EOF="EOF_$(date +%s%N)"
399399
echo "tool_output<<$EOF" >> $GITHUB_OUTPUT
400400
echo "$OUTPUT" >> $GITHUB_OUTPUT
401401
echo "$EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)