Use the docs bot email for docs publish commits (#5369)

This commit is contained in:
Zanie Blue
2024-07-23 17:04:12 -04:00
committed by GitHub
parent 4863ec8b5b
commit aced05d427
+2 -2
View File
@@ -94,8 +94,8 @@ jobs:
run: |
branch_name="${{ env.branch_name }}"
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
git config user.name "astral-docs-bot"
git config user.email "176161322+astral-docs-bot@users.noreply.github.com"
git checkout -b $branch_name
git add site/uv