Deploying a worker (imdb-api) gives me a generic "error" message

I’m trying to deploy this open source worker

Git repo: https://github.com/tuhinpal/imdb-api
Deploy link: https://deploy.workers.cloudflare.com/?url=https://github.com/tuhinpal/imdb-api

I followed all of the Cloudflare steps, made a “worker edit” API token and everything. But when it’s deploying I get this generic “Error” message.

I debugged the JS code a bit in dev console and I see it’s trying to do an HTTP request to:

https://api.github.com/repos/undefined/actions/workflows/undefined/runs

the undefined bit should be my github username, for ex:

https://github.com/dmix/imdb-api/actions/workflows/deploy.yml

Anyone know why this is happening? Why does Cloudflare have both the github username and workflow path as undefined?

Image gallery of the error messaages: https://imgur.com/a/a3aMasU

Do you see the worker in the worker’s dashboard? https://dash.cloudflare.com/?to=/:account/workers
If so, then just follow the last steps of the guide and it should work.