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
logging update
  • Loading branch information
jeffreyaven committed Apr 28, 2024
commit cf3b8effa1c4eb1d6cb5fa6504883f55f26205a4
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async function getStackqlCommand(core) {
try {
const stackQLCommand = `${stackQLExecutable} ${args.join(" ")}`;
core.exportVariable('STACKQL_COMMAND', `${stackQLCommand}`);
core.info(`STACKQL_COMMAND: ${stackQLCommand}`);
core.debug(`STACKQL_COMMAND: ${stackQLCommand}`);
} catch (error) {
core.error(error);
core.setFailed("error when executing stackql");
Expand Down