From bdd922d318e2844b3b8213d478490283c6ce0ecf Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 24 Mar 2024 14:00:38 -0400 Subject: [PATCH] fix: boolean input in gh action --- .github/workflows/arrow.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/arrow.yml b/.github/workflows/arrow.yml index ef88ab3..536dd3e 100644 --- a/.github/workflows/arrow.yml +++ b/.github/workflows/arrow.yml @@ -14,8 +14,7 @@ on: workflow_dispatch: inputs: rebuild: - type: bool - required: true + type: boolean default: false action: type: choice