working directory for buf

This commit is contained in:
jamesread 2025-04-05 00:51:32 +01:00
parent c0b8dd71db
commit fd3c6087f0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,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 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.