im-open/verify-git-ref

An action that verifies a provided branch, tag or SHA exists in the repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
branch-tag-shaThe branch, tag or sha that should be checkedyes
throw-errorsFlag indicating whether the action should throw an error if the ref does not exist. Defaults to true. Accepted values: true|falseyestrue
namedescription
REF_EXISTSFlag indicating whether the provided reference exists. true|false
REF_TYPEString indicating the type of the provided reference: tag|branch|sha|unknown