-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5eb9a3a
commit 0050ab7
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ You can configure `buf-setup-action` with these parameters: | |
|
||
| Parameter | Description | Default | | ||
|:---------------|:---------------------------------------------------|:-------------------| | ||
| `version` | The version of the [`buf` CLI][buf-cli] to install | [`v1.27.1-1`][version] | | ||
| `version` | The version of the [`buf` CLI][buf-cli] to install | [`v1.27.1`][version] | | ||
| `github_token` | The GitHub token to use when making API requests | | | ||
| `buf_user` | The username to use for logging into Buf Schema registry. | | | ||
| `buf_api_token` | The API token to use for logging into Buf Schema registry. | | | ||
|
@@ -59,8 +59,8 @@ steps: | |
# Installs version 1.27.1-1 | ||
- uses: bufbuild/[email protected] | ||
with: | ||
version: 1.27.1-1 | ||
# Should output 1.27.1-1 | ||
version: 1.27.1 | ||
# Should output 1.27.1 | ||
- run: buf --version | ||
``` | ||
|
||
|
@@ -179,4 +179,4 @@ steps: | |
[compiler]: https://docs.buf.build/build/internal-compiler | ||
[protoc]: https://github.com/protocolbuffers/protobuf#protocol-compiler-installation | ||
[setup-protoc]: https://github.com/marketplace/actions/setup-protoc | ||
[version]: https://github.com/bufbuild/buf/releases/tag/v1.27.1-1 | ||
[version]: https://github.com/bufbuild/buf/releases/tag/v1.27.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters