File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Update A2A Schema from Specification
22
33on :
44 schedule :
5- - cron : " 0 0 * * *"
5+ - cron : ' 0 0 * * *'
66 workflow_dispatch :
77
88jobs :
1616 - name : Set up Python
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : " 3.13"
19+ python-version : ' 3.13'
2020
2121 - name : Install uv
2222 run : curl -LsSf https://astral.sh/uv/install.sh | sh
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 github-actions[bot]
75+ git config user.email 41898282+ github-actions[bot]@users.noreply. github.com
7676
7777 # Add the generated file
7878 git add "$GENERATED_FILE"
You can’t perform that action at this time.
0 commit comments