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.
1 parent b7d0ab0 commit aa1554aCopy full SHA for aa1554a
.github/workflows/update-docs.yml
@@ -58,6 +58,8 @@ jobs:
58
run: |
59
git config --global user.name "github-actions[bot]"
60
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
61
+ git pull --rebase origin main
62
+ git log -1
63
git add .
64
git commit -m "Update docs from maps rnmapbox/maps@${GITHUB_SHA::7}"
65
git push origin main
0 commit comments