Skip to content

Commit 96c5945

Browse files
committed
Add git push
1 parent 1be4424 commit 96c5945

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
git config user.email "a2a-bot@google.com"
7373
git add ${{ steps.vars.outputs.GENERATED_FILE }} src/a2a/grpc/
7474
git diff --cached --exit-code || git commit -m "feat: Update A2A types from specification 🤖"
75+
git push
7576
env:
7677
GITHUB_TOKEN: ${{ secrets.A2A_BOT_PAT }}
7778

0 commit comments

Comments
 (0)