setup-easy-setup
Version:
setup-easy-setup
15 lines (12 loc) • 326 B
Markdown
# easy-setup
Download, install, and setup in GitHub Actions.
## Usage
```yaml
- uses: ahaoboy/easy-setup@v1
with:
repo: https://github.com/denoland/deno
version: latest
env:
# need for https://api.github.com/repos/denoland/deno/releases/latest
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```