Преглед на файлове

working directory for buf

jamesread преди 1 година
родител
ревизия
1164e5fae2
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      .github/workflows/build-buf.yml

+ 1 - 0
.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.