build: cannot set cwd with buf-action

This commit is contained in:
jamesread 2025-04-05 01:00:00 +01:00
parent fd3c6087f0
commit 2bc45e9a09
1 changed files with 0 additions and 1 deletions

View File

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