add boolean comment

This commit is contained in:
Colgrave 2025-01-23 21:47:46 -05:00
parent a95aee169c
commit c4d86379fd

View File

@ -28,6 +28,6 @@ steps:
remote: git@codeberg.org:<YOUR_GIT_REPO>.git
branch: main
commit: true
# force: force push using the `--force` flag, defaults to false
# force: boolean, force push using the `--force` flag, defaults to false
# commit_message: add a custom message for commit, if it is omitted, it will be `[skip ci] Commit dirty state`
# empty_commit: if you only want generate an empty commit, you can do it using this option
# empty_commit: boolean, if you only want generate an empty commit, you can do it using this option