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
@@ -26,7 +26,7 @@ export async function getSecrets(
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
secretsContext.complete = false;
// Exit early for validation mode or if workflow_call is the only trigger
if (mode === Mode.Validation || Object.keys(eventsConfig).length == 1) {