Update update-submodules.yml
This commit is contained in:
parent
d7b630cf94
commit
efd9fe5ecf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-submodules.yml
vendored
4
.github/workflows/update-submodules.yml
vendored
|
|
@ -13,8 +13,8 @@ jobs:
|
|||
|
||||
- name: Set up Git
|
||||
run: |
|
||||
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
|
||||
git config --global user.name "arichorn"
|
||||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "GitHub Actions"
|
||||
|
||||
- name: Update submodules
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue