Переглянути джерело

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'
           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.