Imported AI generated TypeScript action skeleton.

This commit is contained in:
2026-01-10 22:04:18 +01:00
commit e7d0039424
7 changed files with 291 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# Setup Tool Action
This GitHub/Gitea Action downloads a tool from a specified URL and adds it to the system PATH.
## Usage
```yaml
- uses: ./
with:
tool-url: 'https://example.com/tool.tar.gz'
tool-name: 'mytool'
version: '1.0.0'
```
## Developing
1. Install dependencies: `npm install`
2. Build the action: `npm run build`
3. Test locally: (add tests if needed)