-
Notifications
You must be signed in to change notification settings - Fork 23
[error]Cannot read property 'author' of undefined #2
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
Comments
This is because the default message doesn't properly handle all event types, which don't define all of the json properties that are expected. I've been meaning to create different defaults for different event types so I'll go ahead and do that which should fix it. |
Ok, give v1 a try again. The head of the v1 branch has what should be a fix. Here's a list of all the possible event types and their JSON info: https://developer.github.com/v3/activity/events/types/ If anyone wants to contribute new defaults for each event type then just send me a pull request. There's a function that returns the default descriptions so it's pretty obvious how to do it. |
So I can stick with |
Change version to just |
Ok, tagged v1.0.4 |
Seems like v1 of Workflow code:
|
When executing the job below, does the workflow fail with this error.
Workflow:
The text was updated successfully, but these errors were encountered: