Skip to content

Commit 3958ec5

Browse files
committed
Update config
1 parent 74c36a9 commit 3958ec5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ jobs:
1818
run: |
1919
sphinx-build source docs
2020
- name: Publish to docs branch
21-
env:
22-
USER_NAME: ${{ process.env.GITHUB_ACTOR }}
23-
USER_EMAIL: ${{ process.env.GITHUB_ACTOR }}@users.noreply.github.com
2421
run: |
25-
git config --global user.name "${USER_NAME}"
26-
git config --global user.email "${USER_EMAIL}"
22+
git config --global user.name "GitHub Action"
23+
git config --global user.email "[email protected]"
2724
git add .
2825
git commit -m "Upload docs"
2926
git push origin docs

0 commit comments

Comments
 (0)