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 336297f commit 718ab7dCopy full SHA for 718ab7d
.github/workflows/release.yml
@@ -34,8 +34,8 @@ jobs:
34
token: ${{ secrets.GITHUB_TOKEN }}
35
- name: Clear Git config cache
36
run: |
37
- git config --global --unset-all user.name
38
- git config --global --unset-all user.email
+ git config --unset-all user.name
+ git config --unset-all user.email
39
- name: Set Git Identity
40
41
git config --global user.name 'googlemaps-bot'
0 commit comments