From 82be2589db434200f74c11f29c334ae77249834b Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Mon, 18 Jul 2022 12:47:47 -0400 Subject: [PATCH] change bool to string --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a5ab500..c0f8fb5 100644 --- a/action.yml +++ b/action.yml @@ -54,7 +54,7 @@ runs: shell: bash - name: Setup trusts - if: inputs.no-trust-check == false + if: inputs.no-trust-check == 'false' run: | echo RUNNING for name in ${{ inputs.trusts }}; do