Skip to content

Commit e7fc7a2

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6744,7 +6744,7 @@ async function setup(){
67446744
const path = await downloadCLI()
67456745

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

67496749
}
67506750

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async function setup(){
4242
const path = await downloadCLI()
4343

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

4747
}
4848

0 commit comments

Comments
 (0)