diff --git a/action.yml b/action.yml index c0f8fb5..d09bbcd 100644 --- a/action.yml +++ b/action.yml @@ -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