We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c796d commit 3c46e82Copy full SHA for 3c46e82
.github/workflows/build.yml
@@ -34,4 +34,4 @@ jobs:
34
git stash apply
35
git add Mixtaper.exe
36
git commit -m "Build EXE for ${{ github.ref_name }}"
37
- git push
+ git push origin HEAD:main
0 commit comments