Skip to content

Commit 79adb99

Browse files
committed
fix: set author and committer to googlemaps-bot to pass CLA check
1 parent 02ec58e commit 79adb99

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-skill.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
with:
6060
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
6161
commit-message: "docs: update SKILL.md based on release ${{ github.ref_name }}"
62+
author: googlemaps-bot <googlemaps-bot@google.com>
63+
committer: googlemaps-bot <googlemaps-bot@google.com>
6264
title: "docs: update SKILL.md for release ${{ github.ref_name }}"
6365
body: "Automatically generated PR to update `SKILL.md` for the latest release `${{ github.ref_name }}`."
6466
branch: "update-skill-for-${{ github.ref_name }}"

0 commit comments

Comments
 (0)