Compare commits

...

1 Commits

Author SHA1 Message Date
Nikola Jokic
d7e1abe6cb run script copies back only runner file commands 2025-11-28 16:09:18 +01:00

View File

@@ -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')
}