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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e237d1 · Jul 21, 2024

History

9 Commits
Jul 19, 2024
Jul 20, 2024
Jul 19, 2024
Jul 19, 2024
Jul 19, 2024
Jul 19, 2024
Jul 19, 2024
Jul 19, 2024
Jul 19, 2024
Jul 21, 2024
Jul 19, 2024
Jul 20, 2024
Jul 20, 2024

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