-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Error: Cannot read properties of undefined (reading '_links') #218
Comments
Hmm, that's weird, with what event are you using the actions? |
I have this too :/ Using |
Oh, ok, then I get what's the issue: here I'm checking for the commit list to create get the diff, and I can't get it from the event unless it's a PR or push event. Anyway, there should be a user-friendly error telling you this, so I'm going to keep this issue open until I add it (it might take a while tho, PR appreciated ✨) Thanks for reporting the issue! |
Im getting this error too when using |
Hey @ljukas, as mentioned above,
If you're having issues while doing that, feel free to let me know, maybe in a new issue so that we don't ping previous participants ;) |
@EndBug I'm seeing the same error when running the workflow locally using |
Hey @lizozom, have you tried the solution described above? |
Existing bug [here](EndBug/version-check#218) Fix is to add the `with: static-checking: localIsNew`, mentioned in issue by author Signed-off-by: jmeridth <[email protected]>
This solution is recommended here: EndBug/version-check#218
Hello,
I used version_check in my GitHub action workflow, and encountered the problem below.
Does anyone face the same problem ?
I found the source code
_links
herehttps://github.com/EndBug/version-check/blob/main/src/main.ts#L124
The text was updated successfully, but these errors were encountered: