Skip to content

Commit f34826d

Browse files
committed
test
1 parent 704186b commit f34826d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ jobs:
6565
URL=$(gh run view ${{ github.run_id }} --json url --jq '.url')
6666
BODY="[Build failed]($URL)\n\n\`\`\`txt\n$ERRORS\n\`\`\`"
6767
68-
gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body "$BODY"
68+
echo -e $BODY | gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body-file -
6969
fi

0 commit comments

Comments
 (0)