triggerWorkflowOnComplete param for cloud runner
parent
f14933b016
commit
b4b32e2df2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -75,7 +75,7 @@ class CloudRunnerOptions {
|
|||
}
|
||||
|
||||
static get triggerWorkflowOnComplete() {
|
||||
return CloudRunnerOptions.getInput('triggerWorkflowOnComplete') || [];
|
||||
return CloudRunnerOptions.getInput('triggerWorkflowOnComplete')?.split(',') || [];
|
||||
}
|
||||
|
||||
// ### ### ###
|
||||
|
|
Loading…
Reference in New Issue