Skip to content

Commit

Permalink
fix: env git committer
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Apr 26, 2024
1 parent 2f65657 commit 5108ac2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ jobs:
- name: Deploy documentation
run: hatch run docs:deploy
if: contains(fromJSON('["release", "workflow_dispatch"]'), github.event_name)
env:
GIT_COMMITTER_NAME: github-actions[bot]
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com

0 comments on commit 5108ac2

Please sign in to comment.