We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b50190 commit 8d94f5eCopy full SHA for 8d94f5e
.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_name }}
+ - run: git push origin '${{ github.ref }}'
0 commit comments