From 4ba44cf0da50a88137776cd9ba78da9c4dc59dca Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Mon, 18 Jul 2022 00:22:43 -0400 Subject: [PATCH] test --- action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 21b5273..e3c731f 100644 --- a/action.yml +++ b/action.yml @@ -60,10 +60,6 @@ runs: aftman trust $name done - - name: Test - run: cat ./aftman.toml - shell: bash - - name: Install tools shell: bash run: | @@ -71,6 +67,7 @@ runs: if [ ${{ inputs.no-trust-check }} == true ]; then aftman install --no-trust-check else + cat ./aftman.toml aftman install fi