Skip to content

Commit 92c713e

Browse files
docs: update README.md with renamed inputs version and name
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent 6cee03f commit 92c713e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@ See [action.yml](action.yml)
3131
3232
## Inputs
3333
34-
### `cli-version`
34+
### `version`
3535

3636
**Optional**: The CLI [version](https://github.com/cli/cli/releases). Defaults to [`2.49.0`](https://github.com/cli/cli/releases/tag/v2.49.0):
3737

3838
```yaml
3939
- uses: remarkablemark/github-actions-setup-cli-template@v1
4040
with:
41-
cli-version: 2.49.0
41+
version: 2.49.0
4242
```
4343

44-
### `cli-name`
44+
### `name`
4545

4646
**Optional**: The CLI name. Defaults to `gh`:
4747

4848
```yaml
4949
- uses: remarkablemark/github-actions-setup-cli-template@v1
5050
with:
51-
cli-name: gh
51+
name: gh
5252
```
5353

5454
## License

0 commit comments

Comments
 (0)