diff --git a/.github/workflows/docs-commands-generate.yml b/.github/workflows/docs-commands-generate.yml index 959d852..918a6db 100644 --- a/.github/workflows/docs-commands-generate.yml +++ b/.github/workflows/docs-commands-generate.yml @@ -37,7 +37,7 @@ jobs: echo "Generate new commands documentation." ./dist/rmk_linux_amd64_v1/rmk doc generate > ./docs/commands.md - if (git commit --all --message="Update commands documentation"); then + if (git commit --all --message="[skip ci] Update commands documentation"); then git push echo "The new commands documentation has been committed." fi