auth0 / auth0-react

Auth0 SDK for React Single Page Applications (SPA)
MIT License
887 stars 256 forks source link

Ensure tag-exists action works as intended #698

Closed frederikprijck closed 10 months ago

frederikprijck commented 10 months ago

Changes

The tag-exists action was not working due to the fact that it was trying to read from a step that did not exist. Without these changes, it would always 404 and act as if the tag doesn't exist.

Checklist