Fix variable name and error handling for caching (#229) #116
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
name: buf | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
buf: | |
name: push Buf modules to BSR | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: bufbuild/buf-action@v1 | |
with: | |
format: false | |
lint: false | |
breaking: false | |
pr_comment: false | |
token: ${{ secrets.BUF_TOKEN }} | |
input: proto |