Skip to content

Tag Exists

Actions
Action to determine if a tag exists
v1
Latest
Starย (2)

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

Tag Exists is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Action to determine if a tag exists
v1
Latest

Tag Exists is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.