From 1164e5fae213855631e8ab3c09523c26e5424305 Mon Sep 17 00:00:00 2001 From: jamesread Date: Sat, 5 Apr 2025 00:43:26 +0100 Subject: [PATCH] working directory for buf --- .github/workflows/build-buf.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-buf.yml b/.github/workflows/build-buf.yml index 2ccdf56..02f1262 100644 --- a/.github/workflows/build-buf.yml +++ b/.github/workflows/build-buf.yml @@ -24,6 +24,7 @@ jobs: cache-dependency-path: 'service/go.mod' - uses: bufbuild/buf-action@v1.1.0 + working-directory: proto with: token: ${{ secrets.BUF_TOKEN }} # Change setup_only to true if you only want to set up the Action and not execute other commands.