ci: use correct github actions user

This commit is contained in:
Daylin Morgan 2023-09-29 18:37:19 -05:00
parent 53f52af50d
commit 3855649907
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 2 additions and 2 deletions

View File

@ -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