Skip to content

Commit

Permalink
Fixed test workflow comment format
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen committed May 15, 2024
1 parent 444b84b commit fcc2079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
gh pr comment "$BASE_PR_NUMBER" --body "**Checks from #$TEST_PR_NUMBER**
| Check | Status |
| --- | --- | --- |
| --- | --- |
$(cat $CHECKS_TEMP_FILE | grep -E 'https://' | awk 'BEGIN { FS ="\t" } ; { if (! seen[$1]++) print }' | sed -E 's/(.*)\t(.*)\t(.*)\t(.*)\t(.*)/| [\1](\4) | \2 |/')"
rm -f $CHECKS_TEMP_FILE
Expand Down

0 comments on commit fcc2079

Please sign in to comment.