Skip to content
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

remove warning on success #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ptmkenny
Copy link
Contributor

I might be misunderstanding something, but currently, when I run this action on my repo, and my actions are up to date, I get lots of warnings like this:

[update-checker / github-actions-updater]
Could not find any new version for actions/checkout@v3.4.0. Skipping...

If the action is up to date, I don't think a warning should be printed to the action annotations. I think nothing should be printed at all, because the check was successful-- an action was found, and it's up to date.

If I'm wrong and this should be a warning, please update the warning to explain what the problem is.

@@ -152,9 +152,6 @@ def _update_workflow(self, workflow_path: str) -> set[str]:
)

if not new_version:
gha_utils.warning(
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can use gha_utils.echo here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants