gotesttools-gotestfmt-action/action.yml
Janos Bonic 803214ad85 Updating to node16 (#6)
Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com>

Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com>
2022-12-02 18:57:25 +01:00

25 lines
609 B
YAML

name: 'gotestfmt'
description: 'Make your go test output beautiful.'
branding:
icon: 'cast'
color: 'orange'
inputs:
token:
description: 'GitHub token to avoid rate limiting.'
required: false
default: ''
version:
description: 'Which version of gofmt to download. Defaults to the latest.'
required: false
default: ''
org:
description: 'Organization to fetch gotestfmt from.'
required: false
default: 'GoTestTools'
repo:
description: 'Repository to fetch gotestfmt from.'
required: false
default: 'gotestfmt'
runs:
using: 'node16'
main: 'index.js'