Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KianNH committed Jan 21, 2025
1 parent 704186b commit f34826d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
URL=$(gh run view ${{ github.run_id }} --json url --jq '.url')
BODY="[Build failed]($URL)\n\n\`\`\`txt\n$ERRORS\n\`\`\`"
gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body "$BODY"
echo -e $BODY | gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body-file -
fi

0 comments on commit f34826d

Please sign in to comment.