mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-01-11 22:40:20 +00:00
github action edit
This commit is contained in:
parent
78726ce837
commit
4766e9ea8a
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 "${{ secrets.GIT_USER_NAME }}"
|
||||
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