From 375d36e5c8b91a86f132817296d3f76fb8e81d74 Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Mon, 18 Jul 2022 12:38:14 -0400 Subject: [PATCH] "test --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2a8e001..a5ab500 100644 --- a/action.yml +++ b/action.yml @@ -54,8 +54,9 @@ 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 aftman trust $name done