Skip to content

Commit

Permalink
moar debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Mar 7, 2024
1 parent ab3621e commit 4b94163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ runs:
wget -q https://github.com/Kleidukos/get-tested/releases/download/v${{ inputs.version }}/get-tested-${{ inputs.version }}-linux-amd64 -O get-tested
chmod +x get-tested
echo "::debug:: ${{ inputs.macos-version }}"
echo "::debug:: ${{ inputs.windows-version }}"
echo "::debug:: ${{ inputs.ubuntu-version }}"
echo "::debug:: macOS: ${{ inputs.macos-version }}"
echo "::debug:: windows: ${{ inputs.windows-version }}"
echo "::debug:: ubuntu: ${{ inputs.ubuntu-version }}"
if [[ -n "${{ inputs.windows-version }}" ]]
echo "::debug:: Windows explicit enabled: ${{ inputs.windows-version }}"
Expand Down

0 comments on commit 4b94163

Please sign in to comment.