https://github.com/action-pack/tag-exists
Action to determine if a tag exists.
https://github.com/action-pack/tag-exists
github github-action github-actions github-actions-ci github-tags
Last synced: 6 months ago
JSON representation
Action to determine if a tag exists.
- Host: GitHub
- URL: https://github.com/action-pack/tag-exists
- Owner: action-pack
- License: mit
- Created: 2023-11-28T01:57:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T13:14:44.000Z (8 months ago)
- Last Synced: 2025-05-06T14:37:12.023Z (8 months ago)
- Topics: github, github-action, github-actions, github-actions-ci, github-tags
- Language: JavaScript
- Homepage:
- Size: 766 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
Tag Exists
[](https://github.com/action-pack/tag-exists/)
[](https://github.com/marketplace/actions/tag-exists)
[](https://github.com/action-pack/tag-exists/)
Action to determine if a tag exists.
## Usage 🚀
To check if a tag named `example` exists in your current repository:
```yaml
- uses: action-pack/tag-exists@v1
id: check
with:
tag: 'example'
- run: echo ${{ steps.check.outputs.exists }}
```
## Inputs 📝
### `tag`
**Required** - The tag to search for.
### `repo`
**Optional** - External repository name in`owner/repo` format.
## Outputs 📝
### `exists`
A string value of 'true' or 'false'
## Stars 🌟
[](https://starchart.cc/action-pack/tag-exists)