From aced05d427cc6c2acfbcb5102ee5287a8b9cd996 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 23 Jul 2024 17:04:12 -0400 Subject: [PATCH] Use the docs bot email for docs publish commits (#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 6ebaaa253..85900bda6 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -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