Skip to content

Commit f8a9f2b

Browse files
authored
Merge pull request #106 from DenisValeev/codex/fix-git-push-rejection-error
2 parents dbcb666 + 6b48a0c commit f8a9f2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/refresh-asset-data.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ jobs:
6363
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
6464
git add apps/asset-observatory/asset-data.js
6565
git commit -m "chore: refresh asset observatory data for #${{ github.event.pull_request.number }}"
66+
git pull --rebase origin ${{ github.event.pull_request.base.ref }}
6667
git push origin HEAD:${{ github.event.pull_request.base.ref }}

0 commit comments

Comments
 (0)