mirror of
https://github.com/actions/runner.git
synced 2025-12-26 19:38:08 +08:00
.
This commit is contained in:
@@ -133,6 +133,7 @@ async function run(): Promise<void> {
|
||||
execArgs.push(execInput.jobContainer.containerId)
|
||||
execArgs.push(execInput.fileName)
|
||||
|
||||
core.debug(JSON.stringify(execInput.arguments))
|
||||
const args = JSON.stringify(execInput.arguments).split(' ')
|
||||
core.debug(JSON.stringify(args))
|
||||
|
||||
|
||||
@@ -1153,6 +1153,7 @@ function run() {
|
||||
}
|
||||
execArgs.push(execInput.jobContainer.containerId);
|
||||
execArgs.push(execInput.fileName);
|
||||
core.debug(JSON.stringify(execInput.arguments));
|
||||
const args = JSON.stringify(execInput.arguments).split(' ');
|
||||
core.debug(JSON.stringify(args));
|
||||
execArgs.push(...args);
|
||||
|
||||
Reference in New Issue
Block a user