Skip to content

Commit 67cf1a7

Browse files
authored
fix: changes bot referenced in dist-pr workflow. (#142)
1 parent 1ae47f3 commit 67cf1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
approve-and-merge:
2424
runs-on: ubuntu-latest
25-
if: ${{ github.actor == 'github-actions[bot]' }}
25+
if: ${{ github.actor == 'googlemaps-bot[bot]' }}
2626
steps:
2727
- name: Checkout code
2828
uses: actions/checkout@v3

0 commit comments

Comments
 (0)