Skip to content

Fetch information of latest or specific release on GitHub 🔭

License

Notifications You must be signed in to change notification settings

k15g/action-github-release-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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