rm submodule fetching workflow

This commit is contained in:
dragonwocky 2022-11-25 15:41:55 +11:00
parent 7a065b1e69
commit 92cc026904
Signed by: dragonwocky
GPG Key ID: 7998D08F7D7BD7A8

View File

@ -1,20 +0,0 @@
name: 'update submodules'
on:
workflow_dispatch:
jobs:
sync:
name: 'update submodules'
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
with:
submodules: true
- name: pull updates
run: |
git pull --recurse-submodules
git submodule update --remote --recursive
- name: commit changes
uses: stefanzweifel/git-auto-commit-action@v4