Skip to content

Commit

Permalink
feat: Update params about version
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeiminds committed May 10, 2023
1 parent 65cd293 commit ea49b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A specific version of Terraform CLI can be installed:

```yaml
steps:
- uses: GuanceCloud/setup-guance@v2
- uses: GuanceCloud/setup-guance@v1
with:
version: 0.0.2
```
Expand Down
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ author: 'Guance Cloud, Inc.'
inputs:
version:
description: 'The version of Guance CLI to install.'
default: 'latest'
required: false
required: true
runs:
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'terminal'
color: 'purple'
color: 'orange'

0 comments on commit ea49b39

Please sign in to comment.