Skip to content

Commit 1a9a079

Browse files
authored
ci: remove explicit repository for checkout actions
1 parent 3891958 commit 1a9a079

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-resource.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: actions/checkout@v6.0.2
2121
with:
2222
show-progress: false
23-
repository: ${{ github.event.pull_request.head.repo.full_name }}
2423
ref: ${{ github.head_ref }}
2524
token: ${{ secrets.PAT }}
2625

@@ -52,5 +51,5 @@ jobs:
5251
- name: Commit changes
5352
run: |
5453
git commit -am "build: update resource path(s)" || true
55-
git pull --autostash --rebase origin ${{ github.head_ref || github.ref_name }}
54+
git pull --rebase origin ${{ github.head_ref || github.ref_name }}
5655
git push

0 commit comments

Comments
 (0)