Skip to content

Commit cfbb85d

Browse files
committed
Please work.🙏
1 parent 29af916 commit cfbb85d

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
@@ -105,6 +105,6 @@ jobs:
105105

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

0 commit comments

Comments
 (0)