We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04eeb03 commit 59bc479Copy full SHA for 59bc479
.github/workflows/dist-pr.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Set Git Identity
33
run: |
34
git config --global user.name 'googlemaps-bot'
35
- git config --global user.email 'googlemaps-bot@users.noreply.github.com'
+ git config --global user.email 'googlemaps-bot@google.com'
36
37
- name: Create Pull Request
38
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
39
40
41
42
43
- uses: actions/cache@v3
44
with:
.github/workflows/temporary-debug-firebase.yml
0 commit comments