This commit is contained in:
Beth Brennan
2023-03-14 11:14:36 -04:00
parent 28dde4d6ac
commit 6d2f3e5d8c
2 changed files with 2 additions and 2 deletions
@@ -13,7 +13,7 @@ export function getSecretsContext(workflowContext: WorkflowContext, mode: Mode):
const eventsConfig = workflowContext?.template?.events;
if (eventsConfig?.workflow_call) {
// Unpredictible secrets may be pased in via a workflow_call trigger
// Unpredictable secrets may be passed in via a workflow_call trigger
d.complete = false;
if (mode === Mode.Completion) {
for (const [name, value] of Object.entries(eventsConfig.workflow_call.secrets || {})) {