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