fix if statement

This commit is contained in:
ok-nick 2022-07-17 23:56:53 -04:00
parent 8b1eb3c92e
commit 6ba24fa635

View file

@ -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