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

Unhandled error: TypeError: Cannot read properties of undefined (reading 'html_url') #237

Closed
garysassano opened this issue Jun 26, 2024 · 2 comments · Fixed by #257
Closed
Labels
bug Something isn't working

Comments

@garysassano
Copy link
Contributor

garysassano commented Jun 26, 2024

Describe the bug

GitHub Actions fails when the job name includes spaces or other unallowed characters.
Can be fixed by sanitizing the job name.

Screenshots

image

Additional context

@rdhar rdhar added the bug Something isn't working label Jul 1, 2024
@rdhar
Copy link
Member

rdhar commented Jul 15, 2024

One of the complicating factors here is that the job name is used as a unique identifer, while GitHub Actions currently does not expose this job property consistently, as raised here.

That being said, I'll see to partial matching so that both matrix and regular jobs are served reliably. If a custom name is supplied and there's no way to reconcile it, then fallback on the first job of a workflow so that this step never fails.

@rdhar
Copy link
Member

rdhar commented Jul 29, 2024

Shipped in v11.0.0 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants