Skip to content

Commit

Permalink
fix buf breaking action
Browse files Browse the repository at this point in the history
Signed-off-by: Achille Roussel <[email protected]>
  • Loading branch information
achille-roussel committed Feb 6, 2024
1 parent 09317f3 commit 1053f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-breaking-action@v1
with:
against: https://github.com/stealthrocket/dispatch.git#branch=${{ env.GITHUB_BASE_REF || 'main' }},subdir=${{ matrix.directory }}
against: https://github.com/stealthrocket/dispatch-sdk-protobuf.git#branch=${{ env.GITHUB_BASE_REF || 'main' }}
buf_token: ${{ secrets.BUF_TOKEN }}

push:
Expand Down

0 comments on commit 1053f81

Please sign in to comment.