Skip to content

A Github action that determines if a tag exists

License

Notifications You must be signed in to change notification settings

despegar/tag-exists-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tag-exists-action

A Github action that determines if a tag exists

Inputs

tag

Required The tag to search for.

Outputs

exists

a string value of 'true' or 'false'

Example usage

- uses: despegar/tag-exists-action@v1.0.0
  id: checkTag
  with: 
    tag: 'v1'
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: echo ${{ steps.checkTag.outputs.exists }}

About

A Github action that determines if a tag exists

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%