mirror of
https://github.com/actions/setup-go.git
synced 2025-05-22 02:22:24 +00:00
format
This commit is contained in:
@ -10,7 +10,7 @@ export async function run() {
|
||||
// If not supplied then problem matchers will still be setup. Useful for self-hosted.
|
||||
//
|
||||
let versionSpec = core.getInput('go-version');
|
||||
|
||||
|
||||
// stable will be true unless false is the exact input
|
||||
// since getting unstable versions should be explicit
|
||||
let stable = Boolean(core.getInput('stable') || 'true');
|
||||
|
Reference in New Issue
Block a user