Configure git name/email

develop
lethosor 2021-02-18 22:14:05 -05:00
parent fa475949f4
commit 8008243c3a
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 2 additions and 0 deletions

@ -22,6 +22,8 @@ jobs:
submodules: true
- name: Update submodules
run: |
git config user.name "DFHack-Urist via GitHub Actions"
git config user.email "DFHack-Urist@users.noreply.github.com"
if bash -x ci/update-submodules.bash; then
git push
fi