Skip to content

Commit

Permalink
Use the docs bot email for docs publish commits (#5369)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Jul 23, 2024
1 parent 4863ec8 commit aced05d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aced05d

Please sign in to comment.