We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b2863 commit 9789fa4Copy full SHA for 9789fa4
.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 HEAD:${{ github.event.pull_request.head.ref }} HEAD:${{ github.event.pull_request.head.ref }}
+ run: git push HEAD:${{ github.event.pull_request.head.ref }} ${{ github.event.pull_request.head.ref }}
109
env:
110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments