This commit is contained in:
Nikola Jokic
2025-12-05 18:08:45 +01:00
parent 8ffe11eaac
commit 55d6468aad

View File

@@ -98,7 +98,7 @@ export async function runScriptStep(
) )
await execCpFromPod( await execCpFromPod(
state.jobPod, state.jobPod,
`${containerTemp}/_github_file_commands`, `${containerTemp}/_runner_file_commands`,
`${workdir}/_temp` `${workdir}/_temp`
) )
} catch (error) { } catch (error) {