We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07077d commit c1e853bCopy full SHA for c1e853b
.github/workflows/update-a2a-types.yml
@@ -71,8 +71,8 @@ jobs:
71
else
72
echo "Changes detected in $GENERATED_FILE. Committing..."
73
# Configure git user for the commit
74
- git config user.name "github-actions"
75
- git config user.email "github-actions@github.com"
+ git config user.name "a2a-bot"
+ git config user.email "a2a-bot@google.com"
76
77
# Add the generated file
78
git add "$GENERATED_FILE"
0 commit comments