From 97376c9e65ec981bfb2731e1957f1b3a780d3c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Moonlight?= Date: Sat, 6 Jan 2024 17:25:08 +0100 Subject: [PATCH] debug output --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3f196e7..e51207b 100644 --- a/action.yml +++ b/action.yml @@ -35,7 +35,6 @@ runs: 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 - file ./get-tested echo "::debug:: Windows enabled: ${{ inputs.windows }}" if [[ ${{ inputs.windows}} = "true" ]] @@ -56,6 +55,7 @@ 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: