prettify
This commit is contained in:
@@ -28,7 +28,7 @@ export async function getSecrets(
|
||||
}
|
||||
|
||||
const eventsConfig = workflowContext?.template?.events;
|
||||
const dynamicEnv = workflowContext?.template?.env
|
||||
const dynamicEnv = workflowContext?.template?.env;
|
||||
|
||||
if (eventsConfig?.workflow_call) {
|
||||
// Unpredictable secrets may be passed in via a workflow_call trigger
|
||||
@@ -63,7 +63,6 @@ export async function getSecrets(
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
const secrets = await getRemoteSecrets(octokit, cache, repo, environmentName);
|
||||
|
||||
// Build combined map of secrets
|
||||
|
||||
Reference in New Issue
Block a user