File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ You can configure `buf-setup-action` with these parameters:
3232
3333| Parameter | Description | Default |
3434|:---------------|:---------------------------------------------------|:-------------------|
35- | `version` | The version of the [`buf` CLI][buf-cli] to install | [`v1.29.0-1 `][version] |
35+ | `version` | The version of the [`buf` CLI][buf-cli] to install | [`v1.29.0`][version] |
3636| `github_token` | The GitHub token to use when making API requests | |
3737| `buf_user` | The username to use for logging into Buf Schema registry. | |
3838| `buf_api_token` | The API token to use for logging into Buf Schema registry. | |
5959 # Installs version 1.29.0-1
6060 - uses: bufbuild/[email protected] 6161 with:
62- version: 1.29.0-1
63- # Should output 1.29.0-1
62+ version: 1.29.0
63+ # Should output 1.29.0
6464 - run: buf --version
6565` ` `
6666
Original file line number Diff line number Diff line change 88 version :
99 description : The version of buf to set up.
1010 required : false
11- default : ' 1.29.0-1 '
11+ default : ' 1.29.0'
1212 github_token :
1313 description : The GitHub token to use when making API requests.
1414 required : false
You can’t perform that action at this time.
0 commit comments