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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/init-action.ts

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy