We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ec58e commit 79adb99Copy full SHA for 79adb99
1 file changed
.github/workflows/update-skill.yml
@@ -59,6 +59,8 @@ jobs:
59
with:
60
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
61
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>
64
title: "docs: update SKILL.md for release ${{ github.ref_name }}"
65
body: "Automatically generated PR to update `SKILL.md` for the latest release `${{ github.ref_name }}`."
66
branch: "update-skill-for-${{ github.ref_name }}"
0 commit comments