Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.75 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.75 KB

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