remove echo

This commit is contained in:
ok-nick 2022-07-18 12:48:26 -04:00
parent 82be2589db
commit 1207a17459

View file

@ -56,7 +56,6 @@ runs:
- name: Setup trusts
if: inputs.no-trust-check == 'false'
run: |
echo RUNNING
for name in ${{ inputs.trusts }}; do
aftman trust $name
done