From d56f545611088a6df538ad93e8a2eceddd3a0f92 Mon Sep 17 00:00:00 2001 From: Khalifah Shabazz <619281+b01@users.noreply.github.com> Date: Mon, 11 Aug 2025 06:46:08 -0400 Subject: [PATCH] fix: GitHub Actions Selecting a Workflow There workflow selector template had a type set to "bool" instead of "boolean". --- templates/selector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/selector.yml b/templates/selector.yml index 1a4e7775..e09410be 100644 --- a/templates/selector.yml +++ b/templates/selector.yml @@ -37,7 +37,7 @@ on: description: |2 Prefix git tags with a "v" before the semantic version number. required: false - type: bool + type: boolean github_api_url: default: "https://api.github.com" description: Github API URL.