From e34e8dd8ba3952291c521ad27f3e20867389832d Mon Sep 17 00:00:00 2001 From: Kas-tle <26531652+Kas-tle@users.noreply.github.com> Date: Mon, 24 Oct 2022 18:16:22 +0000 Subject: [PATCH] Fix booleans --- .github/ISSUE_TEMPLATE/pack-conversion.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/pack-conversion.yml b/.github/ISSUE_TEMPLATE/pack-conversion.yml index f29f6ae..cfe8c5e 100644 --- a/.github/ISSUE_TEMPLATE/pack-conversion.yml +++ b/.github/ISSUE_TEMPLATE/pack-conversion.yml @@ -90,8 +90,8 @@ body: description: | Should scratch files be archived? This will create a zip file containing the scratch files used by the script during the conversion process. If not selected, this will default to `false`. options: - - true - - false + - 'true' + - 'false' - type: checkboxes id: terms attributes: