diff --git a/.gitea/workflows/submodule.yaml b/.gitea/workflows/submodule.yaml index 48a5ace..5a2acf4 100644 --- a/.gitea/workflows/submodule.yaml +++ b/.gitea/workflows/submodule.yaml @@ -3,7 +3,7 @@ name: submodules sync on: push: branches: - - submodule + - master jobs: sync: @@ -30,9 +30,5 @@ jobs: - name: Commit update shell: bash run: | - git status - git submodule status git diff-index --quiet HEAD || git commit -am "chore: update submodule references" - git status - git submodule status git push