File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments