Skip to content

ovsds/get-tag-info-action

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

Repository files navigation

Get Tag Info Action

CI GitHub Marketplace

Gets information for a tag.

Usage

Example

- name: Get tag info
  id: get-tag-info
  uses: ovsds/get-tag-info-action@v1
  with:
    tag_name: v1.0.0

Action Inputs

Name Description Default
github_token Github token used for API calls. Required scope - 'contents: read' ${{ github.token }}
owner Repository owner. ${{ github.repository_owner }}
repo Repository name. ${{ github.event.repository.name }}
tag_name Tag name.

Action Outputs

Name Description
exists Tag exists.
tag_name Tag name.
tag_sha Tag SHA.
tag_type Tag type.
commit_sha Commit SHA.
tag_message Tag message.
verified Tag verified.

Development

Global dependencies

  • nvm
  • node

Taskfile commands

For all commands see Taskfile or task --list-all.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published