Gets information for a tag.
- name: Get tag info
id: get-tag-info
uses: ovsds/get-tag-info-action@v1
with:
tag_name: v1.0.0
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. |
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. |
- nvm
- node
For all commands see Taskfile or task --list-all
.