Skip to content

Commit b5e2270

Browse files
committed
Propagate arguments
1 parent e30a5b8 commit b5e2270

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/init-action.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/init-action.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ async function run() {
345345
const goWrapperPath = path.resolve(tempBinPath, "go");
346346
fs.writeFileSync(
347347
goWrapperPath,
348-
`#!/bin/bash\n\nexec ${goBinaryPath}`,
348+
`#!/bin/bash\n\nexec ${goBinaryPath} "$@"`,
349349
);
350350
fs.chmodSync(goWrapperPath, "755");
351351

0 commit comments

Comments
 (0)