From f693226869497b5e2ad2f95e937f23b2f5483063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Moonlight?= Date: Sat, 6 Jan 2024 19:55:55 +0100 Subject: [PATCH] remove debug output --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e51207b..bb06763 100644 --- a/action.yml +++ b/action.yml @@ -31,7 +31,7 @@ runs: - name: Set up options shell: bash run: | - # Extract e.g. 0.1 from /runner/foo/bar/.../v0.1 + # Extract the version and options export version=$(basename $GITHUB_ACTION_PATH | tail -c +2) wget -q https://github.com/Kleidukos/get-tested/releases/download/v${version}/get-tested-${version}-linux-amd64 -O get-tested chmod +x get-tested @@ -55,7 +55,6 @@ runs: id: set-matrix shell: bash run: | - ./get-tested $WINDOWS $MACOS $UBUNTU ${{ inputs.cabal-file }} ./get-tested $WINDOWS $MACOS $UBUNTU ${{ inputs.cabal-file }} >> $GITHUB_OUTPUT branding: