Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added dry run
  • Loading branch information
jeffreyaven committed Apr 27, 2024
commit 8c03ed255bf28f57a8840ed23567ad2a742301b8
1 change: 0 additions & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ async function execStackQLQuery(core, command, isCommand, onFailure, dryRun) {
if(dryRun){
const json = JSON.parse(stdout);
core.info(`dry-run query:\n${json[0].query}`);
console.log(json[0].query);
} else {
core.info(`query output:\n${stdout}`);
}
Expand Down