feat: allow specifying binary name (#71)

This commit is contained in:
Leo Kettmeir
2024-09-12 03:46:45 -07:00
committed by GitHub
parent fa660b328d
commit 3a041055d2
4 changed files with 43 additions and 1 deletions

View File

@@ -73,3 +73,11 @@ The extension can also automatically read the file from
with:
deno-version-file: .dvmrc
```
### Specifying binary name
```yaml
- uses: denoland/setup-deno@v1
with:
deno-binary-name: deno_latest
```