Update submodule-sync.yml

This commit is contained in:
zomars
2022-07-13 16:17:28 -06:00
parent 9a0b1832c3
commit 78f0b095ae
+3 -3
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"