Skip to content

Commit 59bc479

Browse files
authored
fix: Changes to [email protected] to test new key. (#367)
1 parent 04eeb03 commit 59bc479

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

.github/workflows/dist-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set Git Identity
3333
run: |
3434
git config --global user.name 'googlemaps-bot'
35-
git config --global user.email 'googlemaps-bot@users.noreply.github.com'
35+
git config --global user.email 'googlemaps-bot@google.com'
3636
3737
- name: Create Pull Request
3838
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set Git Identity
3939
run: |
4040
git config --global user.name 'googlemaps-bot'
41-
git config --global user.email 'googlemaps-bot@users.noreply.github.com'
41+
git config --global user.email 'googlemaps-bot@google.com'
4242
4343
- uses: actions/cache@v3
4444
with:

.github/workflows/temporary-debug-firebase.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)