Skip to content

Commit 57723c8

Browse files
committed
??
1 parent 00379bd commit 57723c8

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
@@ -104,6 +104,6 @@ jobs:
104104

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

0 commit comments

Comments
 (0)