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