republicservicesrepository/Check for GitHub tag

Checks to see if a GitHub tag exists or not.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
ownerOwner of the repository if it is not the current oneno
repositoryRepository to find the tag for if it is not the current oneno
tagThe tag to look to lookupyes
fail_if_existsFail this action if the tag exists. May not be true if fail_if_not_exists is true.false
fail_if_not_existsFail this action if the tag does not exist. May not be true if fail_if_exists is true.false
github_tokenA git token that has sufficient permissions to read the tags on your repository.${{ github.token }}
namedescription
tag_existstrue/false if the tag exists.