Skip to content

Commit db583f0

Browse files
committed
fix3
1 parent 7c186b6 commit db583f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ jobs:
6565
--method POST \
6666
/repos/${{ github.repository }}/commits/${{ github.sha }}/comments \
6767
-f 'body=Bruh, learn to code'
68-
git reset --hard ${{ github.event.before }}
68+
git reset --hard $before
6969
git push origin HEAD:${{ github.ref }} --force

0 commit comments

Comments
 (0)