We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbcb666 + 6b48a0c commit f8a9f2bCopy full SHA for f8a9f2b
1 file changed
.github/workflows/refresh-asset-data.yml
@@ -63,4 +63,5 @@ jobs:
63
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
64
git add apps/asset-observatory/asset-data.js
65
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 }}
67
git push origin HEAD:${{ github.event.pull_request.base.ref }}
0 commit comments