fix(actions): swap gha bot for cla allowlisted gemini-cli-robot (#5730)

This commit is contained in:
anthony bushong 2025-08-06 17:01:22 -07:00 committed by GitHub
parent 01f7c4b740
commit 99f88851fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ jobs:
- name: Configure Git User
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git config user.name "gemini-cli-robot"
git config user.email "gemini-cli-robot@google.com"
- name: Create and switch to a release branch
id: release_branch