Skip to content

Commit 7a868f3

Browse files
committed
Try
1 parent 9d09a35 commit 7a868f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-requests-built-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ jobs:
106106

107107
- name: Push changes
108108
if: ${{ steps.built-file-check.outputs.uncommitted_changes != '' }}
109-
run: git push push ${{ github.event.pull_request.head.ref }}
109+
run: git push HEAD:${{ github.event.pull_request.head.ref }}
110110
env:
111111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)