working directory for buf
This commit is contained in:
parent
902d4ed819
commit
1164e5fae2
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue