mirror of
https://github.com/actions/runner-container-hooks.git
synced 2026-01-11 21:01:05 +08:00
typo
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user