Achievements metrics shows (Unexpected Error) #1478
-
Beta Was this translation helpful? Give feedback.
Answered by
lowlighter
Sep 12, 2023
Replies: 1 comment 4 replies
-
Hi. Please replace the following in your action workflow file for achievements workflow - to this - FYI, it's the hash for the commit after which @lowlighter merged the workaround after recent changes in github search. (#1487) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be fixed with #1532 that landed a few hours ago
The workaround broke because it seems the regex didn't match anymore
But to make it really reliable, I decided to fetch the total values directly using GitHub GraphQL API so it should be almost failproof now since it's now using the "official way" to retrieve these data. I think it wasn't using the API before because it wasn't exposed at the time when the plugin was first written.
Currently builds and tests seems to pass, so hopefully if the rest of the CI is all green I'll make a new release tomorrow