This commit is contained in:
Nikola Jokic
2025-12-04 21:18:17 +01:00
parent fdf0659b76
commit bed5615e7b

View File

@@ -38,7 +38,9 @@ export async function runScriptStep(
JOB_CONTAINER_NAME
)
} catch (err) {
core.debug(`Failed to create temp dirs in container: ${JSON.stringify(err)}`)
core.debug(
`Failed to create temp dirs in container: ${JSON.stringify(err)}`
)
}
await execCpToPod(state.jobPod, runnerTemp, containerTempSrc)