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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -104,8 +104,8 @@ jobs:
run: | run: |
branch_name="${{ env.branch_name }}" branch_name="${{ env.branch_name }}"
git config user.name "$GITHUB_ACTOR" git config user.name "astral-docs-bot"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com" git config user.email "176161322+astral-docs-bot@users.noreply.github.com"
git checkout -b $branch_name git checkout -b $branch_name
git add site/ruff git add site/ruff