We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74c05a commit 269051aCopy full SHA for 269051a
.github/workflows/build.yml
@@ -95,6 +95,6 @@ jobs:
95
gh api \
96
--method POST \
97
/repos/${{ github.repository }}/commits/${{ github.sha }}/comments \
98
- -f 'body=Bruh, learn to code'
+ -f 'body=Bruh, learn to code: https://github.com/0d9e-tech/web/actions/runs/${{ github.run_id }}/job/${{ job.check_run_id }}#step:5:1'
99
git reset --hard $before
100
git push origin HEAD:${{ github.ref }} --force
0 commit comments