Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.14 KB

readme.md

File metadata and controls

42 lines (26 loc) · 1.14 KB

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 🌟

Stars