Spelling
This commit is contained in:
@@ -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 || {})) {
|
||||
|
||||
Reference in New Issue
Block a user