We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21965a9 commit d995c6bCopy full SHA for d995c6b
lib/utils.js
@@ -94,6 +94,7 @@ async function getStackqlCommand(core) {
94
95
args.push(`--output='${output}'`);
96
dryRunArgs.push(`--output='text'`);
97
+ dryRunArgs.push(`--dryrun`);
98
99
try {
100
const stackqlQuery = `stackql ${args.join(" ")}`;
0 commit comments