working directory for buf

This commit is contained in:
jamesread 2025-04-05 00:43:26 +01:00
parent 902d4ed819
commit 1164e5fae2
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ jobs:
cache-dependency-path: 'service/go.mod' cache-dependency-path: 'service/go.mod'
- uses: bufbuild/buf-action@v1.1.0 - uses: bufbuild/buf-action@v1.1.0
working-directory: proto
with: with:
token: ${{ secrets.BUF_TOKEN }} token: ${{ secrets.BUF_TOKEN }}
# Change setup_only to true if you only want to set up the Action and not execute other commands. # Change setup_only to true if you only want to set up the Action and not execute other commands.