From 1207a17459cea0b83b477e2b53f2e1d1ba62f065 Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Mon, 18 Jul 2022 12:48:26 -0400 Subject: [PATCH] remove echo --- action.yml | 1 - 1 file changed, 1 deletion(-) 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