action-pack/Tag Exists
Action to determine if a tag exists.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Aug 24, 2026
- Maintenance Recency
- Activelast commit Aug 2, 2026
- License
- MIT
Pinned Snippet
uses: action-pack/tag-exists@1466626d5e0263063b314d09d032be2daa603a6a # v1.11tags can be moved; commit SHAs can't. why a SHA?
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 |