Skip to content

Commit

Permalink
Fix github actions email. (#1044)
Browse files Browse the repository at this point in the history
Yay opaque magic values. ✨
  • Loading branch information
wlynch authored Oct 6, 2023
1 parent 99a2732 commit 20150c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autodocs-enforce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Commit to autodocs branch
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
# Check git status and push changes if needed
GIT_STATUS=$(git status content --porcelain)
Expand Down

0 comments on commit 20150c7

Please sign in to comment.