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