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: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Git submodule update with:
run: | submodules: recursive
git submodule update --remote --init token: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Commit - name: Commit
run: | run: |
git config user.email "actions@github.com" git config user.email "actions@github.com"