e7d003942419b1a730c5e523ae0d2693b3cd664a
Setup Tool Action
This GitHub/Gitea Action downloads a tool from a specified URL and adds it to the system PATH.
Usage
- uses: ./
with:
tool-url: 'https://example.com/tool.tar.gz'
tool-name: 'mytool'
version: '1.0.0'
Developing
- Install dependencies:
npm install - Build the action:
npm run build - Test locally: (add tests if needed)
Description
A Github/Gitea Action that downloads a release from a selected repository and uses it as a tool for other action use.
Languages
TypeScript
100%