Setup GitHub Release Action

This GitHub/Gitea Action downloads a release from a specified GitHub repository and adds it to the runners tool cache.

Usage

- uses: ./
  with:
    repo-name: 'owner/repo'
    file-name: 'tool-linux.*'
    use-regex: 'true'
Description
A Github/Gitea Action that downloads a release from a selected repository and uses it as a tool for other action use.
Readme 2 MiB
Languages
TypeScript 100%