From c4d86379fda4affe6faeefdfb8c34bbf3e4959a0 Mon Sep 17 00:00:00 2001 From: Colgrave Date: Thu, 23 Jan 2025 21:47:46 -0500 Subject: [PATCH] add boolean comment --- Butane/.woodpecker/butane.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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