no-trust-check -> trust-check

This commit is contained in:
ok-nick 2022-07-18 13:00:34 -04:00
parent 916722ed67
commit 84ba66a7b5

View file

@ -54,7 +54,7 @@ runs:
shell: bash
- name: Setup trusts
if: inputs.trust-check == 'false'
if: inputs.trust-check == 'true'
run: |
for name in ${{ inputs.trusts }}; do
aftman trust $name
@ -64,7 +64,7 @@ runs:
- name: Install tools
run: |
cd ${{ inputs.path }}
if [ ${{ inputs.trust-check }} == true ]; then
if [ ${{ inputs.trust-check }} == false ]; then
aftman install --trust-check
else
aftman install