mirror of
https://github.com/actions/runner.git
synced 2025-12-13 19:03:44 +00:00
.
This commit is contained in:
@@ -133,7 +133,7 @@ async function run(): Promise<void> {
|
|||||||
const cpTempArgs = [
|
const cpTempArgs = [
|
||||||
'cp',
|
'cp',
|
||||||
'/actions-runner/_work/_temp',
|
'/actions-runner/_work/_temp',
|
||||||
'job-container:/__w/_temp'
|
'job-container:/__w/_temp/'
|
||||||
]
|
]
|
||||||
await exec.exec('kubectl', cpTempArgs)
|
await exec.exec('kubectl', cpTempArgs)
|
||||||
|
|
||||||
|
|||||||
@@ -3094,7 +3094,7 @@ function run() {
|
|||||||
const cpTempArgs = [
|
const cpTempArgs = [
|
||||||
'cp',
|
'cp',
|
||||||
'/actions-runner/_work/_temp',
|
'/actions-runner/_work/_temp',
|
||||||
'job-container:/__w/_temp'
|
'job-container:/__w/_temp/'
|
||||||
];
|
];
|
||||||
yield exec.exec('kubectl', cpTempArgs);
|
yield exec.exec('kubectl', cpTempArgs);
|
||||||
const execArgs = ['exec'];
|
const execArgs = ['exec'];
|
||||||
|
|||||||
Reference in New Issue
Block a user