File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ async function showStackQLQuery(core) {
42
42
core . setFailed ( "No Dryrun Output from stackql command" ) ;
43
43
}
44
44
45
- core . info ( `🚀 stackql dryrun command:\n${ dryRunCommand } ` ) ;
46
- core . info ( `🚀 stackql query:\n${ dryRunResult } ` ) ;
45
+ core . info ( `\n🚀 rendered stackql query:\n${ dryRunResult } ` ) ;
47
46
48
47
} catch ( e ) {
49
48
core . setFailed ( e ) ;
@@ -101,7 +100,6 @@ async function getStackqlCommand(core) {
101
100
const stackqlDryRunQuery = `stackql ${ dryRunArgs . join ( " " ) } ` ;
102
101
core . exportVariable ( 'STACKQL_COMMAND' , stackqlQuery ) ;
103
102
core . exportVariable ( 'STACKQL_DRYRUN_COMMAND' , stackqlDryRunQuery ) ;
104
- core . info ( `🚀 stackql command:\n${ stackqlQuery } ` ) ;
105
103
} catch ( error ) {
106
104
core . error ( error ) ;
107
105
core . setFailed ( "Error exporting stackql command" ) ;
You can’t perform that action at this time.
0 commit comments