Skip to content

oraad/get-tags-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 Tags Action

This action fetch github tags.

Inputs

repo

Required GitHub repo under <owner>/<repo> format.

limit

Required How many releases to return. Default: 10.

Outputs

tags

Tags data array.

Example usage

uses: oraad/get-tags-action@v1
with:
  repo: actions/hello-world-javascript-action