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 961db5a commit 837f1fcCopy full SHA for 837f1fc
.github/workflows/release.yml
@@ -34,6 +34,8 @@ jobs:
34
token: ${{ secrets.GITHUB_TOKEN }}
35
- name: Set Git Identity
36
run: |
37
+ git config --global --unset-all user.name
38
+ git config --global --unset-all user.email
39
git config --global user.name 'googlemaps-bot'
40
git config --global user.email '[email protected]'
41
- uses: actions/cache@v3
0 commit comments