mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-22 02:58:45 -04:00
github action edit
This commit is contained in:
4
.github/workflows/update-submodules.yml
vendored
4
.github/workflows/update-submodules.yml
vendored
@@ -13,8 +13,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up Git
|
- name: Set up Git
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
|
git config --global user.email "actions@github.com"
|
||||||
git config --global user.name "${{ secrets.GIT_USER_NAME }}"
|
git config --global user.name "GitHub Actions"
|
||||||
|
|
||||||
- name: Update submodules
|
- name: Update submodules
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user