Skip to content

Commit

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

0 comments on commit f693226

Please sign in to comment.