mirror of https://github.com/astral-sh/ruff
Use docs bot email for docs publish (#12511)
Ref: https://github.com/astral-sh/uv/pull/5369
This commit is contained in:
parent
fc16d8d04d
commit
e047b9685a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue