Skip to content

Commit e30a5b8

Browse files
committed
Set permissions for wrapper script
1 parent a509f19 commit e30a5b8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

lib/init-action.js

+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
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ async function run() {
347347
goWrapperPath,
348348
`#!/bin/bash\n\nexec ${goBinaryPath}`,
349349
);
350+
fs.chmodSync(goWrapperPath, "755");
350351

351352
// Store the original location of our wrapper script somewhere where we can
352353
// later retrieve it from and cross-check that it hasn't been changed.

0 commit comments

Comments
 (0)