File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 permissions :
3030 contents : write
3131 id-token : write
32- if : github.event.pull_request.user.login == 'googlemaps-bot[bot]' && github.event.pull_request.head.ref == 'temp-build-branch' # change here
32+ if : github.event.pull_request.user.login == 'googlemaps-bot[bot]' && github.event.pull_request.head.ref == 'temp-build-branch'
3333 steps :
3434 - name : Checkout code
3535 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments