Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 635 Bytes

File metadata and controls

44 lines (32 loc) · 635 Bytes

Action: GitHub Release Info

- name: Fetch release info
  id: release
  uses: k15g/action-github-release-info@edge
  with:
    owner: k15g
    repo: action-github-release-info

Inputs

token

- name: Fetch release info
  id: release
  uses: k15g/action-github-release-info@edge
  with:
    token: ${{ secrets.SUPER_GITHUB_TOKEN }}
    owner: k15g
    repo: action-github-release-info

owner

repo

tag

- name: Fetch release info
  id: release
  uses: k15g/action-github-release-info@edge
  with:
    owner: k15g
    repo: action-github-release-info
    tag: v1.0.0