Misc Tracing cleanup (#15)

* cleanup final bits

* fix import
This commit is contained in:
Thomas Boop
2022-06-15 09:28:43 -04:00
committed by GitHub
parent de4553f25a
commit 47cbf5a0d7
2 changed files with 0 additions and 3 deletions

View File

@@ -27,7 +27,6 @@ export async function runContainerStep(
}
let secretName: string | undefined = undefined
core.debug('')
if (stepContainer.environmentVariables) {
secretName = await createSecretForEnvs(stepContainer.environmentVariables)
}