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 f34826d commit 6405a6bCopy full SHA for 6405a6b
.github/workflows/ci.yml
@@ -65,5 +65,7 @@ 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
+ echo -e $BODY
69
+
70
echo -e $BODY | gh pr comment ${{ github.event.number }} --repo ${{ github.repository }} --body-file -
71
fi
0 commit comments