Просмотр исходного кода

build: cannot set cwd with buf-action

jamesread 1 год назад
Родитель
Сommit
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'
 
       - 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.