pull/437/head
Frostebite 2022-10-14 00:36:55 +01:00
parent cca27faa11
commit f727a3c06c
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -3814,7 +3814,7 @@ tree -L 3 ${sharedFolder}
if (cloud_runner_1.default.buildParameters.cloudRunnerDebug) { if (cloud_runner_1.default.buildParameters.cloudRunnerDebug) {
cloud_runner_logger_1.default.log(`Running local-docker: \n ${fileContents}`); cloud_runner_logger_1.default.log(`Running local-docker: \n ${fileContents}`);
} }
yield docker_1.default.run(image, Object.assign({ workspace, actionFolder }, this.buildParameters), false, `"chmod +x /github/workspace/${entrypointFilePath} && /github/workspace/${entrypointFilePath}"`, content, { yield docker_1.default.run(image, Object.assign({ workspace, actionFolder }, this.buildParameters), false, `chmod +x /github/workspace/${entrypointFilePath} && /github/workspace/${entrypointFilePath}`, content, {
listeners: { listeners: {
stdout: (data) => { stdout: (data) => {
myOutput += data.toString(); myOutput += data.toString();

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -112,7 +112,7 @@ tree -L 3 ${sharedFolder}
image, image,
{ workspace, actionFolder, ...this.buildParameters }, { workspace, actionFolder, ...this.buildParameters },
false, false,
`"chmod +x /github/workspace/${entrypointFilePath} && /github/workspace/${entrypointFilePath}"`, `chmod +x /github/workspace/${entrypointFilePath} && /github/workspace/${entrypointFilePath}`,
content, content,
{ {
listeners: { listeners: {