Skip to content

Commit

Permalink
#33 - add [skip ci] to action commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
apanasiuk-el committed Jul 25, 2024
1 parent 274bb0a commit 9b69c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-commands-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9b69c37

Please sign in to comment.