-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
v3 action check fails #284
Comments
v3 is a branch, not a tag. We are not ready to deploy v3.
This is troubling. I'll rename the branch. Please switch back to v2 |
Ah ok, that's why I couldn't find anything about it. |
What events trigger your workflow?
What OS does your workflow use?
How is cpp-linter-action configured?
What was the unexpected behavior?
I am using this action in a repository and cpp-linter-action@v2 was updated to cpp-linter-action@v3 by dependabot and now the check fails. I didn't change anything else and the error which appears doesn't help either.
I get the following error:
error: a value is required for '--database <database>' but none was supplied
.Which happens after
Run source "$GITHUB_ACTION_PATH/venv/bin/activate
.Do I need to configure something or how can I fix this issue?
I couldn't find any information for v3 or this error.
The text was updated successfully, but these errors were encountered: