rickstaa/Contains tag
Check if branch of commit contains tag.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Tag you want to check. | yes | — |
| reference | Branch or commit for which you want to check the tag existence. | yes | — |
| verbose | Log action information to the console. | no | true |
| frail | Return exit code of 1 when tag or reference dos not exist. | no | true |
Outputs
| name | description |
|---|---|
| retval | Boolean specifying whether the reference contained the tag. |
| tag | The (trimmed) input tag that as used as a input. |
| linked_commit | The commit that is currently linked to the tag. |
| reference | The reference that was used as a input. |