jimschubert/Query Tag
Queries for a git tag using git describe
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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 |
| abbrev | value to pass the --abbrev flag. false to disable, default 0 | no | 0 |
Outputs
| name | description |
|---|---|
| tag | The found tag |