We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d94f5e commit f8cff2bCopy full SHA for f8cff2b
.github/workflows/fix.yaml
@@ -36,4 +36,4 @@ jobs:
36
skip-empty: true
37
token: ${{ secrets.GITHUB_TOKEN }}
38
39
- - run: git push origin '${{ github.ref }}'
+ - run: git push origin '${{ github.head_ref }}'
0 commit comments