Skip to content

Commit

Permalink
docs: update version input name
Browse files Browse the repository at this point in the history
  • Loading branch information
maximousblk committed Aug 9, 2021
1 parent 569d509 commit 68f9763
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ GitHub Action to set up Deno.

### Inputs

- `version` - Deno version.
- `deno-version` - Deno version.
- values: `<semver>`, `<commit>`, `'canary'` or `'latest'`
- default: `'latest'`

### Outputs

- `version` - tag of the installed Deno
- `deno_path` - path of the installed deno
- `version` - tag of the installed Deno binary
- `deno_path` - path of the installed Deno binary

# Examples

Expand Down Expand Up @@ -48,7 +48,7 @@ steps:
- name: Setup Deno (${{ matrix.deno }})
uses: maximousblk/setup-deno@v1
with:
version: ${{ matrix.deno }}
deno-version: ${{ matrix.deno }}

- run: deno -V
```
Expand Down

0 comments on commit 68f9763

Please sign in to comment.