diff --git a/Butane/.woodpecker/butane.yaml b/Butane/.woodpecker/butane.yaml index 8ea50e1..99ae6d0 100644 --- a/Butane/.woodpecker/butane.yaml +++ b/Butane/.woodpecker/butane.yaml @@ -28,6 +28,6 @@ steps: remote: git@codeberg.org:.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