Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Latest commit

 

History

568 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tag Exists

Build Version Size

Action to determine if a tag exists.

Usage 🚀

To check if a tag named example exists in your current repository:

- 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 inowner/repo format.

Outputs 📝

exists

A string value of 'true' or 'false'

Stars 🌟

Stargazers

About

Action to determine if a tag exists.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages