mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-12 09:53:15 -06:00
ci: use correct github actions user
This commit is contained in:
parent
53f52af50d
commit
3855649907
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -19,8 +19,8 @@ jobs:
|
|||
- name: Setup Git Bot
|
||||
run: |
|
||||
git --version
|
||||
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 'github-actions[bot]@users.noreply.github.com'
|
||||
|
||||
- name: Check Nerd-Fonts Source
|
||||
run: make update-src
|
||||
|
|
Loading…
Reference in a new issue