We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e1698 commit 704186bCopy full SHA for 704186b
.github/workflows/ci.yml
@@ -65,5 +65,5 @@ jobs:
65
URL=$(gh run view ${{ github.run_id }} --json url --jq '.url')
66
BODY="[Build failed]($URL)\n\n\`\`\`txt\n$ERRORS\n\`\`\`"
67
68
- gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body $BODY
+ gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body "$BODY"
69
fi
0 commit comments