Describe the bug
Docs state the argument:
Prevents the action from failing if the tag already exists. But it appears the action still errors and fails due to the given tag existing even with this parameter provided.
To Reproduce
Steps to reproduce the behavior:
- Create tag
- configure action with
tag_exists_error: false
- run action on existing tag
- see error
Expected behavior
Action should not error if tag already exists when tag_exists_error: false is present.
Screenshots


Additional context
Add any other context about the problem here.