Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f8cff2b

Browse files
committedNov 1, 2024··
⚗️ Push to head_ref
1 parent 8d94f5e commit f8cff2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/fix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
skip-empty: true
3737
token: ${{ secrets.GITHUB_TOKEN }}
3838

39-
- run: git push origin '${{ github.ref }}'
39+
- run: git push origin '${{ github.head_ref }}'

0 commit comments

Comments
 (0)
Please sign in to comment.