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