ovsds/Get Tag Info
Returns tag information for the given tag name
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github token used for API calls. Required scope - 'contents: read' | — | ${{ github.token }} |
| owner | Owner of the repository | — | ${{ github.repository_owner }} |
| repo | Repository name | — | ${{ github.event.repository.name }} |
| tag_name | Target tag name | yes | — |
Outputs
| name | description |
|---|---|
| exists | Tag exists |
| tag_name | Tag name |
| tag_sha | Tag SHA |
| tag_type | Tag type |
| commit_sha | Commit SHA |
| tag_message | Tag message |
| verified | Tag verification status |