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 cc07a09 commit 32e1002Copy full SHA for 32e1002
.github/workflows/update-a2a-types.yml
@@ -72,6 +72,7 @@ jobs:
72
git config user.email "[email protected]"
73
git add ${{ steps.vars.outputs.GENERATED_FILE }} src/a2a/grpc/
74
git diff --cached --exit-code || git commit -m "feat: Update A2A types from specification 🤖"
75
+ git push
76
env:
77
GITHUB_TOKEN: ${{ secrets.A2A_BOT_PAT }}
78
0 commit comments