republicservicesrepository/Check for GitHub tag
Checks to see if a GitHub tag exists or not.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | Owner of the repository if it is not the current one | no | — |
| repository | Repository to find the tag for if it is not the current one | no | — |
| tag | The tag to look to lookup | yes | — |
| fail_if_exists | Fail this action if the tag exists. May not be true if fail_if_not_exists is true. | — | false |
| fail_if_not_exists | Fail this action if the tag does not exist. May not be true if fail_if_exists is true. | — | false |
| github_token | A git token that has sufficient permissions to read the tags on your repository. | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| tag_exists | true/false if the tag exists. |