You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/update-a2a-types.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ jobs:
16
16
- name: Set up Python
17
17
uses: actions/setup-python@v5
18
18
with:
19
-
python-version: "3.10"
19
+
python-version: '3.10'
20
20
- name: Install uv
21
21
uses: astral-sh/setup-uv@v6
22
22
- name: Configure uv shell
@@ -47,8 +47,8 @@ jobs:
47
47
token: ${{ secrets.A2A_BOT_PAT }}
48
48
committer: a2a-bot <a2a-bot@google.com>
49
49
author: a2a-bot <a2a-bot@google.com>
50
-
commit-message: "feat(spec): Update A2A types from specification 🤖"
51
-
title: "feat(spec): Update A2A types from specification 🤖"
50
+
commit-message: 'feat(spec): Update A2A types from specification 🤖'
51
+
title: 'feat(spec): Update A2A types from specification 🤖'
52
52
body: |
53
53
This PR updates `src/a2a/types.py` based on the latest `specification/json/a2a.json` from [a2aproject/A2A](https://github.com/a2aproject/A2A/commit/${{ github.event.client_payload.sha }}).
0 commit comments