mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-12-21 22:40:44 -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
|
- name: Setup Git Bot
|
||||||
run: |
|
run: |
|
||||||
git --version
|
git --version
|
||||||
git config user.name github-actions
|
git config user.name 'github-actions[bot]'
|
||||||
git config user.email github-actions@github.com
|
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
||||||
|
|
||||||
- name: Check Nerd-Fonts Source
|
- name: Check Nerd-Fonts Source
|
||||||
run: make update-src
|
run: make update-src
|
||||||
|
|
Loading…
Reference in a new issue