mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
ci: Use better github-actions user name/email
This one links to the GitHub Actions app.
This commit is contained in:
parent
1aac6611d8
commit
a24e9b4c7f
4
.github/workflows/generatemanpage.yml
vendored
4
.github/workflows/generatemanpage.yml
vendored
@ -26,8 +26,8 @@ jobs:
|
||||
- name: Commit/push if changed
|
||||
run: |
|
||||
set -ex
|
||||
git config user.name github-actions
|
||||
git config user.email github-actions@github.com
|
||||
git config user.name 'github-actions[bot]'
|
||||
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
||||
git diff --quiet --exit-code && exit
|
||||
git commit -a -m 'man: Update'
|
||||
git push
|
||||
|
Loading…
x
Reference in New Issue
Block a user