Skip to content

Commit

Permalink
debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Jan 6, 2024
1 parent 62ceb2e commit 97376c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]]
Expand All @@ -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:
Expand Down

0 comments on commit 97376c9

Please sign in to comment.