Use docs bot email for docs publish (#12511)

Ref: https://github.com/astral-sh/uv/pull/5369
This commit is contained in:
Dhruv Manilawala
2024-07-25 21:50:00 +05:30
committed by GitHub
parent fc16d8d04d
commit e047b9685a

View File

@@ -104,8 +104,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/ruff