382 B
382 B
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)