Skip to content

Commit 97b7ef7

Browse files
committed
Push to correct branch.
1 parent cad3b5e commit 97b7ef7

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
108+
run: git push origin HEAD:${{ github.event.pull_request.head.ref }}
109109
env:
110110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)