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

"There's still an error" message when trying to run cli via GH actions #346

Open
achieveordie opened this issue Dec 7, 2022 · 1 comment
Labels

Comments

@achieveordie
Copy link

Describe the bug
I wanted to try an alternative way to automate adding contributors. For that purpose, I wrote a GH action workflow file that is triggered whenever it detects a change in .all-contributorsrc. This runner then sets up node, generates CONTRIBUTORS.md and commits it in the same PR that triggers it. You can find the workflow file in my PR here.

However, there's a vague "There's still an error" message when running the npx all-contributors generate step. Due to the vagueness of the error message, I'm unable to diagnose what component is giving this error (could be all-contributors-cli, GHA or an error from the runner itself). It is only after knowing the source of the error, that I can try to debug it.

So I wanted to know if all-contributors-cli is throwing this error and if yes then is there a potential way to correct it?

To Reproduce

Expected behavior

Screenshots
Attaching the log message in case it gets cleaned by GH:
error

Additional context
Please let me know if any additional context is required.

@Berkmann18
Copy link
Member

You should be using all-contributors-cli not all-contributors which should give a message saying the same thing.

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

No branches or pull requests

2 participants