You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- uses: catalystcommunity/action-buf@undefinedwith:
# Working directory for the buf command# Default: ${{ github.workspace }}working-directory: ""# Buf userbuf-user: ""# Buf tokenbuf-token: ""# Git token to use# Default: ${{ github.token }}token: ""# Subdirectory to use with buf push# Default: .push-dir: ""# set to true to checkout the repository, set to false if you are checking out the# repository before using this action# Default: truecheckout: ""# Ref to checkout# Default: ${{ github.head_ref }}ref: ""# Run `buf lint`# Default: truelint: ""# Run `buf generate`# Default: truegenerate: ""# Run `buf breaking`# Default: truebreaking: ""# The against parameter for the buf breaking command# Default: https://github.com/${GITHUB_REPOSITORY}.git#branch=mainbreaking-against: ""# Run `buf mod prune`# Default: truemod-prune: ""# Run `buf mod update`# Default: truemod-update: ""# Run `buf registry login`# Default: trueregistry-login: ""# Run `buf push`# Default: falsepush: ""# enables whether the action will commit and push at the end# Default: truecommit: ""# commit message to use when pushing generated code# Default: chore: buf generated code from protoscommit-message: ""
Input
Description
Default
Required
working-directory
Working directory for the buf command
${{ github.workspace }}
false
buf-user
Buf user
true
buf-token
Buf token
true
token
Git token to use
${{ github.token }}
false
push-dir
Subdirectory to use with buf push
.
false
checkout
set to true to checkout the repository, set to false if you are checking out the repository before using this action
true
false
ref
Ref to checkout
${{ github.head_ref }}
false
lint
Run buf lint
true
false
generate
Run buf generate
true
false
breaking
Run buf breaking
true
false
breaking-against
The against parameter for the buf breaking command