We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafa04c commit 29af916Copy full SHA for 29af916
.github/workflows/pull-requests-built-files.yml
@@ -47,7 +47,6 @@ jobs:
47
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
with:
49
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
50
- persist-credentials: false
51
52
- name: Set up Node.js
53
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
@@ -106,6 +105,6 @@ jobs:
106
105
107
- name: Push changes
108
if: ${{ steps.built-file-check.outputs.uncommitted_changes != '' }}
109
- run: git push --set-upstream origin ${{ github.event.pull_request.head.ref }}
+ run: git push HEAD:${{ github.event.pull_request.head.ref }}
110
env:
111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments