You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but some sites would not have the root path, but will have other pages. This will throw 404 when the action tries to access the non existing page and won't resolve to 200 at all.
Solution could be to accept a option check_path.
Would like to open a PR if it's fine.
The text was updated successfully, but these errors were encountered:
As of now, looks like the this action checks for the root path
wait-for-netlify-action/index.js
Line 32 in d85a22d
404
when the action tries to access the non existing page and won't resolve to 200 at all.Solution could be to accept a option
check_path
.Would like to open a PR if it's fine.
The text was updated successfully, but these errors were encountered: