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