Skip to content

Commit cf3b8ef

Browse files
committed
logging update
1 parent 8c03ed2 commit cf3b8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ async function getStackqlCommand(core) {
114114
try {
115115
const stackQLCommand = `${stackQLExecutable} ${args.join(" ")}`;
116116
core.exportVariable('STACKQL_COMMAND', `${stackQLCommand}`);
117-
core.info(`STACKQL_COMMAND: ${stackQLCommand}`);
117+
core.debug(`STACKQL_COMMAND: ${stackQLCommand}`);
118118
} catch (error) {
119119
core.error(error);
120120
core.setFailed("error when executing stackql");

0 commit comments

Comments
 (0)