Add description of go-version-from-file

This commit is contained in:
jojo43 2020-07-05 11:09:35 +09:00
parent 95c6e43dbe
commit f5fe54e5a4

View file

@ -4,6 +4,8 @@ author: 'GitHub'
inputs: inputs:
go-version: go-version:
description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.' description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.'
go-version-from-file:
description: Path to the file with the Go version. go-version overwrites this.
stable: stable:
description: 'Whether to download only stable versions' description: 'Whether to download only stable versions'
default: 'true' default: 'true'