github action edit

This commit is contained in:
Balackburn
2023-07-10 13:28:02 +02:00
parent 78726ce837
commit 4766e9ea8a

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 "${{ secrets.GIT_USER_NAME }}"
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
- name: Update submodules
run: |