We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on ...
Is it possible to suppress the INFO Running on ${repository.full_name} ... output?
INFO Running on ${repository.full_name} ...
The text was updated successfully, but these errors were encountered:
Not right now. Why would you want to suppress it?
Sorry, something went wrong.
@gr2m I'm just grepping it out when analyzing results.
Hmm... maybe the better question is if there's a way to accumulate information across runs:
... output from the run ... Completed: { foo: 123, bar: 20, baz: 1, }
yes, the CLI is writing a structured new line delimited JSON log file.
from what you write it sounds like you would like to get some reporting at the end, which is something we would love to add to @octoherd scripts in general. We discussed some ideas in that direction here: https://github.com/orgs/octoherd/discussions/31#discussioncomment-1944182
No branches or pull requests
Is it possible to suppress the
INFO Running on ${repository.full_name} ...
output?The text was updated successfully, but these errors were encountered: