Skip to content

Commit

Permalink
Fix default version
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Mar 16, 2024
1 parent 967da9f commit 0d29161
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ author: "Friedrich Große"

inputs:
version:
description: |
The version of the go-coverage-report tool to use.
This can either be the string "latest", a tag (e.g., "v1.2.3"),
a Git branch (e.g., "main") or a specific Git commit hash.
description: 'The version of the go-coverage-report tool to use.'
required: true
default: "v0.3.1"
default: "v0.3.2"

sha256sum:
description: 'Expected SHA256 checksum of the tarball.'
description: 'Expected SHA256 checksum of the tarball when downloading the go-coverage-report binary.'
required: false

coverage-artifact-name:
Expand Down Expand Up @@ -84,15 +81,6 @@ runs:
rm .github/outputs/$FILENAME
sudo mv .github/outputs/go-coverage-report /usr/bin
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ${{ inputs.go-version }}

- name: Install go-coverage-report
shell: bash
run: go install github.com/fgrosse/go-coverage-report@${{ inputs.version }}

- name: Determine changed files
id: changed-files
uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 # v42.1.0
Expand Down

0 comments on commit 0d29161

Please sign in to comment.