We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
repository
1 parent 3891958 commit 1a9a079Copy full SHA for 1a9a079
.github/workflows/update-resource.yml
@@ -20,7 +20,6 @@ jobs:
20
uses: actions/checkout@v6.0.2
21
with:
22
show-progress: false
23
- repository: ${{ github.event.pull_request.head.repo.full_name }}
24
ref: ${{ github.head_ref }}
25
token: ${{ secrets.PAT }}
26
@@ -52,5 +51,5 @@ jobs:
52
51
- name: Commit changes
53
run: |
54
git commit -am "build: update resource path(s)" || true
55
- git pull --autostash --rebase origin ${{ github.head_ref || github.ref_name }}
+ git pull --rebase origin ${{ github.head_ref || github.ref_name }}
56
git push
0 commit comments