From 6ba24fa63578f59d14b2a5f082199341a90f76ea Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Sun, 17 Jul 2022 23:56:53 -0400 Subject: [PATCH] fix if statement --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 88f41d6..0c66505 100644 --- a/action.yml +++ b/action.yml @@ -64,7 +64,7 @@ runs: shell: bash run: | cd ${{ inputs.path }} - if [ ${{ inputs.no-trust-check }} == 'true' ]; do + if [ ${{ inputs.no-trust-check }} == 'true' ]; then aftman install --no-trust-check else aftman install