Skip to content

Commit 416a597

Browse files
debug permission denied issue
1 parent a8a4391 commit 416a597

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6729,7 +6729,7 @@ async function downloadCLI(){
67296729

67306730
fs.chmodSync(pathToCLI, '777')
67316731

6732-
core.debug(`Stackql CLI path is ${pathToCLI}.`);
6732+
core.info(`Stackql CLI path is ${pathToCLI}.`);
67336733

67346734
return pathToCLI
67356735

@@ -6744,7 +6744,7 @@ async function setup(){
67446744
const path = await downloadCLI()
67456745

67466746
core.addPath(path)
6747-
core.debug('Stackql CLI path %o', io.which('stackql'))
6747+
core.info('Stackql CLI path %o', io.which('stackql'))
67486748

67496749
}
67506750

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async function downloadCLI(){
2727

2828
fs.chmodSync(pathToCLI, '777')
2929

30-
core.debug(`Stackql CLI path is ${pathToCLI}.`);
30+
core.info(`Stackql CLI path is ${pathToCLI}.`);
3131

3232
return pathToCLI
3333

@@ -42,7 +42,7 @@ async function setup(){
4242
const path = await downloadCLI()
4343

4444
core.addPath(path)
45-
core.debug('Stackql CLI path %o', io.which('stackql'))
45+
core.info('Stackql CLI path %o', io.which('stackql'))
4646

4747
}
4848

0 commit comments

Comments
 (0)