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 93072f2 commit ef96536Copy full SHA for ef96536
.github/workflows/release.yml
@@ -34,8 +34,8 @@ jobs:
34
token: ${{ secrets.GITHUB_TOKEN }}
35
- name: Set Git Identity
36
run: |
37
- git config user.name 'github-actions[bot]'
38
- git config user.email 'github-actions[bot]@users.noreply.github.com'
+ git config --global user.name 'googlemaps-bot'
+ git config --global user.email 'googlemaps-[email protected]'
39
- uses: actions/cache@v3
40
with:
41
path: ~/.npm
0 commit comments