-
Notifications
You must be signed in to change notification settings - Fork 46
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
Bug report: events found but "something went wrong" #127
Comments
Thanks for opening your first issue here! Your contribution is welcome🙏. Make sure to follow the code of conduct! |
Hey @matteotumiati I see that it's a problem with committing the updated readme. Update: Looks like it is not problem with those options, it is a problem because you are using the main branch, main branch may be unstable anytine, we recommend you to use the latest version, find the latest version in https://github.com/Readme-Workflows/recent-activity/releases |
Thank you for your reply! I tried switching to 2.3.1 but seems nothing changed so far: |
The issue you are facing might be due to one of the following reasons:
|
Hey @matteotumiati As @abhijoshi2k, the problem was running 2 workflows at same time! |
Thank you very much, very proactive and kind of you to also create the PR 🥇 Then just for my understanding, do you know why a previous step can influence the behaviour of this action? Is it permissions or perhaps merging conflicts given they are updating the same file? Just guessing... Anyway I haven't seen it in the documentation here, so maybe it can be highlighted somewhere. |
I don't know why it happens, but @abhijoshi2k might know it because he is a GitHub pro 😂. |
Closing this issue👍 |
Hi again @matteotumiati , |
Thanks for helping! 😎 |
Checks
Description
I assume the page with supported versions is not updated, but probably I'm missing something.
However I'm using the action like
I'm assuming main targets the latest version available (2.3.1 if I'm not mistaken).
When it runs it is able to find some events but it generates an exception that I cannot understand because it seems to be quite generic as you can see from the screenshot:
Steps to reproduce
Re-run the action from here
Configuration
Expected behaviour
If no meaningful events can be found, then I expect to only generate a warning or something, but I don't want the action to fail with an exception.
If events instead are found and aren't matching my
disabled_events
, then I expect the readme.md to be updated accordingly.Actual behaviour
A generic exception is created.
Failed runs
https://github.com/matteotumiati/matteotumiati/actions/runs/1389604748
The text was updated successfully, but these errors were encountered: