diff --git a/dist/exec-child.js b/dist/exec-child.js index eab86ed3..3a370bae 100644 Binary files a/dist/exec-child.js and b/dist/exec-child.js differ diff --git a/dist/index.js b/dist/index.js index 1cc7b5bf..4a4d19c3 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 65170875..84ec0fe0 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/dist/licenses.txt b/dist/licenses.txt index 98b21314..08285b6c 100644 Binary files a/dist/licenses.txt and b/dist/licenses.txt differ diff --git a/dist/sourcemap-register.js b/dist/sourcemap-register.js index b9d830e9..bfdce2e7 100644 Binary files a/dist/sourcemap-register.js and b/dist/sourcemap-register.js differ diff --git a/dist/xhr-sync-worker.js b/dist/xhr-sync-worker.js index f6389cfd..cd3d0232 100644 Binary files a/dist/xhr-sync-worker.js and b/dist/xhr-sync-worker.js differ diff --git a/src/model/cloud-runner/cloud-runner-options.ts b/src/model/cloud-runner/cloud-runner-options.ts index 3bb21330..6f3d8137 100644 --- a/src/model/cloud-runner/cloud-runner-options.ts +++ b/src/model/cloud-runner/cloud-runner-options.ts @@ -75,7 +75,7 @@ class CloudRunnerOptions { } static get triggerWorkflowOnComplete() { - return CloudRunnerOptions.getInput('triggerWorkflowOnComplete') || []; + return CloudRunnerOptions.getInput('triggerWorkflowOnComplete')?.split(',') || []; } // ### ### ###