From 62ceb2e38e263cb2c986e5cc63a6a6b834e01233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Moonlight?= Date: Sat, 6 Jan 2024 17:22:20 +0100 Subject: [PATCH] a bit more debugging --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 4519e75..3f196e7 100644 --- a/action.yml +++ b/action.yml @@ -35,6 +35,7 @@ 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" ]] @@ -50,6 +51,7 @@ runs: if [[ ${{ inputs.ubuntu}} = "true" ]] then echo "UBUNTU=--ubuntu" >> $GITHUB_ENV fi + - name: Extract the tested GHC versions id: set-matrix shell: bash