auth0 / auth0-vue

Auth0 authentication SDK for Vue.js apps
Other
140 stars 27 forks source link

Ensure tag-exists action works as intended #340

Closed frederikprijck closed 11 months ago

frederikprijck commented 11 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