diff --git a/.gitea/workflows/submodule.yaml b/.gitea/workflows/submodule.yaml index 6170f59..cf18758 100644 --- a/.gitea/workflows/submodule.yaml +++ b/.gitea/workflows/submodule.yaml @@ -35,5 +35,5 @@ jobs: shell: bash run: | git add . - git diff-index --quiet HEAD || git commit -m "chore: update submodule references [skip-ci]" + git diff-index --quiet HEAD || git commit -m "chore: update submodule references [skip ci]" git push