Skip to content

Commit

Permalink
Update readme from draft commit to draft (#29)
Browse files Browse the repository at this point in the history
to align across our docs
  • Loading branch information
cyinma committed Jan 25, 2023
1 parent ea7ac93 commit 455042d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ We recommend using [`buf-setup-action`][buf-setup] to install it (as in the exam

## Configuration

| Parameter | Description | Required | Default |
|:------------|:---------------------------------------------------------------------------------|:---------|:------------------------------------|
| `buf_token` | The [Buf authentication token][buf-token] used for private [Buf inputs][input] || [`${{github.token}}`][github-token] |
| `input` | The path of the [input] you want to push to BSR as a module | | `.` |
| `draft` | Indicates if the workflows should push to the BSR as a [draft][buf-draft] commit | | |
| Parameter | Description | Required | Default |
|:------------|:-------------------------------------------------------------------------------|:---------|:------------------------------------|
| `buf_token` | The [Buf authentication token][buf-token] used for private [Buf inputs][input] || [`${{github.token}}`][github-token] |
| `input` | The path of the [input] you want to push to BSR as a module | | `.` |
| `draft` | Indicates if the workflows should push to the BSR as a [draft][buf-draft] | | |

> These parameters are derived from [`action.yml`](./action.yml).
Expand Down

0 comments on commit 455042d

Please sign in to comment.