We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad3b5e commit 97b7ef7Copy full SHA for 97b7ef7
.github/workflows/pull-requests-built-files.yml
@@ -105,6 +105,6 @@ jobs:
105
106
- name: Push changes
107
if: ${{ steps.built-file-check.outputs.uncommitted_changes != '' }}
108
- run: git push
+ run: git push origin HEAD:${{ github.event.pull_request.head.ref }}
109
env:
110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments