Update submodule-sync.yml

pull/3236/head
zomars 2022-07-13 16:17:28 -06:00
parent 9a0b1832c3
commit 78f0b095ae
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Git submodule update
run: |
git submodule update --remote --init
with:
submodules: recursive
token: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Commit
run: |
git config user.email "actions@github.com"