mirror of
https://github.com/actions/runner-container-hooks.git
synced 2025-12-14 08:36:45 +00:00
fmt
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user