ci: fix typo
This commit is contained in:
parent
13408fdd73
commit
e24fea65a0
|
@ -35,5 +35,5 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
git add .
|
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
|
git push
|
||||||
|
|
Loading…
Reference in New Issue
Block a user