actions-marketplace-validations/Check for Tag
Queries for a git tag using git describe --tags
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| include | Glob pattern of tags to include | no | * |
| exclude | Glob pattern of tags to exclude | no | — |
| commit-ish | Commit-ish object names to describe | no | HEAD~ |
| skip-unshallow | Skip the unshallow operation: "true" or "false" | no | false |
| exact-match | Only output exact matches: "true" or "false" | no | false |
| no-tags-text | Text to output if no tags were found | no | NO_TAGS |
Outputs
| name | description |
|---|---|
| tag | The found tag or the value of no-tags-text |