pull/310/head
Frostebite 2021-12-30 05:01:07 +00:00
parent ba0163dafa
commit 1da3f2efa7
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -3579,7 +3579,7 @@ const core = __webpack_require__(42186);
*/
class Input {
static get cloudRunnerTests() {
return Input.getInput(`CloudRunnerTests`) || false;
return Input.getInput(`cloudRunnerTests`) || Input.getInput(`CloudRunnerTests`) || false;
}
static getInput(query) {
return Input.githubEnabled

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@ class Input {
public static githubEnabled = true;
public static cliOptions;
static get cloudRunnerTests(): boolean {
return Input.getInput(`CloudRunnerTests`) || false;
return Input.getInput(`cloudRunnerTests`) || Input.getInput(`CloudRunnerTests`) || false;
}
private static getInput(query) {
return Input.githubEnabled