From e047b9685a8f4f141ca92dcddfb8af8b04b09f72 Mon Sep 17 00:00:00 2001 From: Dhruv Manilawala Date: Thu, 25 Jul 2024 21:50:00 +0530 Subject: [PATCH] Use docs bot email for docs publish (#12511) Ref: https://github.com/astral-sh/uv/pull/5369 --- .github/workflows/publish-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 938cf02047..d7c5f19b4b 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -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