mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-09-12 13:26:07 -04:00
add boolean comment
This commit is contained in:
parent
a95aee169c
commit
c4d86379fd
@ -28,6 +28,6 @@ steps:
|
|||||||
remote: git@codeberg.org:<YOUR_GIT_REPO>.git
|
remote: git@codeberg.org:<YOUR_GIT_REPO>.git
|
||||||
branch: main
|
branch: main
|
||||||
commit: true
|
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`
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user