We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot read property 'url' of undefined
I'm using the action in my workflow
The deployments have started to fail with:
✖ fatal TypeError: Cannot read property 'url' of undefined at /index.js:55:42 at processTicksAndRejections (internal/process/task_queues.js:97:5)
In fact you can see the result of the github action right here: https://github.com/frontity/frontity.org/pull/107/checks?check_run_id=676275381#step:7:8
There's nothing in the main index.js file for this action that seems to me indicate the source of this error so any clue on what that might be?
index.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using the action in my workflow
The deployments have started to fail with:
In fact you can see the result of the github action right here: https://github.com/frontity/frontity.org/pull/107/checks?check_run_id=676275381#step:7:8
There's nothing in the main
index.js
file for this action that seems to me indicate the source of this error so any clue on what that might be?The text was updated successfully, but these errors were encountered: