瀏覽代碼

build: cannot set cwd with buf-action

jamesread 1 年之前
父節點
當前提交
2bc45e9a09
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      .github/workflows/build-buf.yml

+ 0 - 1
.github/workflows/build-buf.yml

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