Update scripts

This commit is contained in:
Nick Cipollo
2019-12-12 18:46:17 -05:00
parent 7319d490c8
commit 455687cd65
6 changed files with 85 additions and 17 deletions

View File

@@ -14,6 +14,10 @@ class CoreInputs {
this.artifactGlobber = artifactGlobber;
this.context = context;
}
get allowUpdates() {
const allow = core.getInput('allowUpdates');
return allow == 'true';
}
get artifacts() {
let artifacts = core.getInput('artifacts');
if (!artifacts) {