We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c186b6 commit db583f0Copy full SHA for db583f0
.github/workflows/build.yml
@@ -65,5 +65,5 @@ jobs:
65
--method POST \
66
/repos/${{ github.repository }}/commits/${{ github.sha }}/comments \
67
-f 'body=Bruh, learn to code'
68
- git reset --hard ${{ github.event.before }}
+ git reset --hard $before
69
git push origin HEAD:${{ github.ref }} --force
0 commit comments