mirror of
https://github.com/actions/runner-container-hooks.git
synced 2025-12-15 01:06:43 +00:00
fmt
This commit is contained in:
@@ -38,7 +38,9 @@ export async function runScriptStep(
|
|||||||
JOB_CONTAINER_NAME
|
JOB_CONTAINER_NAME
|
||||||
)
|
)
|
||||||
} catch (err) {
|
} 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)
|
await execCpToPod(state.jobPod, runnerTemp, containerTempSrc)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user