Skip to content

Commit 8b678de

Browse files
committed
temporary fix to folder flag
1 parent 1dd3be2 commit 8b678de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/generate-go-docs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ jobs:
5858
run: |
5959
# Add go binary to PATH
6060
PATH=$PATH:$(go env GOPATH)/bin
61-
export PATH
62-
generate-go-function-docs diff -b ${{ github.event.pull_request.base.sha }} -c ${{ github.event.pull_request.head.sha }} -g fake_slash
61+
export PATH
62+
# TODO check why this flag is needed, if it has a default!
63+
generate-go-function-docs diff -b ${{ github.event.pull_request.base.sha }} -c ${{ github.event.pull_request.head.sha }} -g fake_slash -f .
6364
6465
- name: Make sure code still compiles
6566
run: |

0 commit comments

Comments
 (0)