Update update-submodules.yml

This commit is contained in:
arichorn 2023-07-10 15:32:33 -05:00 committed by GitHub
parent d7b630cf94
commit efd9fe5ecf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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