-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
tag_exists_error: false
still errors if tag already exists on remote.
#35
Comments
tag_exists_error: false
still errors is tag already exists.tag_exists_error: false
still errors if tag already exists.
tag_exists_error: false
still errors if tag already exists.tag_exists_error: false
still errors if tag already exists on remote.
@brandon-kyle-bailey Thanks for your bug report. That, indeed, shouldn't happen. It looks like doesn't flag the tag as already existing. I will investigate this issue later this week 👍🏻. |
Thanks @rickstaa ! |
Hi @brandon-kyle-bailey! Apologies for the delay, but I finally got around to investigating the issue you raised. I took a look at the provided action recipe, and after attempting to reproduce the problem, it seems I'm not encountering the issues you described. The workflow run here appears to be successful on my end 🤔. A few potential culprits crossed my mind that might be causing your problem:
I will close this issue for now. Feel free to comment below if there is anything else you'd like me to dive into! |
I encountered the same issue. Interestingly enough, the runner log seems to indicate that the input variable (INPUT_TAG_EXISTS_ERROR) is not set.
Edit: I think I misunderstood the |
I had the same issue. When I checked my checkout task, I noticed that the tags are not fetched, so I added |
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:
tag_exists_error: false
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.
The text was updated successfully, but these errors were encountered: