-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Add dry_run input option #55
Conversation
main.sh
Outdated
# TODO: Downgrade to info instead of warning because of more noise on | ||
# https://github.com/<repo>/actions/runs/<id> page when set to warning? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently, the warnings are somewhat noisy if we have a lot of build matrix.
https://github.com/taiki-e/upload-rust-binary-action/actions/runs/6452798607
However, given the risk of making dry-run useless by missing a problem if there is no warning, we did not default to info (which is output in the log but is not very noticeable).
Perhaps adding another option to downgrade the warning might make sense.
Published in 1.17.0. Because of #56, this option is also available as |
Closes #51
cc @marcoieni