Save the best for last

pull/11/head
Webber 2020-01-30 08:51:15 +01:00 committed by Webber Takken
parent e2f2badc29
commit 24fe88806a
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -16,8 +16,8 @@ class Input {
// Input variables specified in workflow using "with" prop.
const unityVersion = getInput('unityVersion') || '2019.2.11f1';
const testMode = getInput('testMode') || 'all';
const rawProjectPath = getInput('testMode') || '.';
const rawArtifactsPath = getInput('testMode') || 'artifacts';
const rawProjectPath = getInput('projectPath') || '.';
const rawArtifactsPath = getInput('artifactsPath') || 'artifacts';
const customParameters = getInput('customParameters') || '';
// Validate input