From 2bc45e9a09a5b8920951f7d761d53643aab6c83c Mon Sep 17 00:00:00 2001 From: jamesread Date: Sat, 5 Apr 2025 01:00:00 +0100 Subject: [PATCH] build: cannot set cwd with buf-action --- .github/workflows/build-buf.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-buf.yml b/.github/workflows/build-buf.yml index 19f9a82..3a37ef7 100644 --- a/.github/workflows/build-buf.yml +++ b/.github/workflows/build-buf.yml @@ -25,7 +25,6 @@ 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.