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