Save the best for last
parent
e2f2badc29
commit
24fe88806a
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue