1
0
mirror of https://github.com/actions/setup-go.git synced 2026-02-02 05:37:21 +08:00
This commit is contained in:
Bryan MacFarlane
2020-02-09 08:47:38 -05:00
parent 3c844703e7
commit cfc658b90a
3 changed files with 1 additions and 91 deletions

View File

@@ -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');