Skip to content

Commit c1e853b

Browse files
committed
Update to use a2a-bot
1 parent a07077d commit c1e853b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-a2a-types.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
else
7272
echo "Changes detected in $GENERATED_FILE. Committing..."
7373
# Configure git user for the commit
74-
git config user.name "github-actions"
75-
git config user.email "github-actions@github.com"
74+
git config user.name "a2a-bot"
75+
git config user.email "a2a-bot@google.com"
7676
7777
# Add the generated file
7878
git add "$GENERATED_FILE"

0 commit comments

Comments
 (0)