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