Skip to content

Commit 29af916

Browse files
committed
Adjustment.
1 parent fafa04c commit 29af916

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull-requests-built-files.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848
with:
4949
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
50-
persist-credentials: false
5150

5251
- name: Set up Node.js
5352
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
@@ -106,6 +105,6 @@ jobs:
106105

107106
- name: Push changes
108107
if: ${{ steps.built-file-check.outputs.uncommitted_changes != '' }}
109-
run: git push --set-upstream origin ${{ github.event.pull_request.head.ref }}
108+
run: git push HEAD:${{ github.event.pull_request.head.ref }}
110109
env:
111110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)