mirror of
https://github.com/actions/runner-container-hooks.git
synced 2026-01-08 19:07:22 +08:00
Compare commits
1 Commits
fdf0659b76
...
d7e1abe6cb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7e1abe6cb |
@@ -69,7 +69,11 @@ export async function runScriptStep(
|
||||
core.debug(
|
||||
`Copying from job pod '${state.jobPod}' ${containerTemp} to ${runnerTemp}`
|
||||
)
|
||||
await execCpFromPod(state.jobPod, containerTemp, workdir)
|
||||
await execCpFromPod(
|
||||
state.jobPod,
|
||||
`${containerTemp}/_runner_file_commands`,
|
||||
`${runnerTemp}`
|
||||
)
|
||||
} catch (error) {
|
||||
core.warning('Failed to copy _temp from pod')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user