mukunku/tag-exists-action
Checks if a given tag exists
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Tag to search for | yes | — |
| repo | Repo to search for given tag | — | ${{ github.repository }} |
| github_token | GitHub token | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| exists | true or false |