This commit is contained in:
ok-nick 2022-07-18 12:38:14 -04:00
parent abdbd20eab
commit 375d36e5c8

View file

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