We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c03ed2 commit cf3b8efCopy full SHA for cf3b8ef
lib/utils.js
@@ -114,7 +114,7 @@ async function getStackqlCommand(core) {
114
try {
115
const stackQLCommand = `${stackQLExecutable} ${args.join(" ")}`;
116
core.exportVariable('STACKQL_COMMAND', `${stackQLCommand}`);
117
- core.info(`STACKQL_COMMAND: ${stackQLCommand}`);
+ core.debug(`STACKQL_COMMAND: ${stackQLCommand}`);
118
} catch (error) {
119
core.error(error);
120
core.setFailed("error when executing stackql");
0 commit comments