Skip to content

Commit a8a4391

Browse files
debug permission denied issue
1 parent 3c57ff6 commit a8a4391

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

dist/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6744,6 +6744,8 @@ async function setup(){
67446744
const path = await downloadCLI()
67456745

67466746
core.addPath(path)
6747+
core.debug('Stackql CLI path %o', io.which('stackql'))
6748+
67476749
}
67486750

67496751
(async () => {

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ async function setup(){
4242
const path = await downloadCLI()
4343

4444
core.addPath(path)
45+
core.debug('Stackql CLI path %o', io.which('stackql'))
46+
4547
}
4648

4749
(async () => {

0 commit comments

Comments
 (0)