Skip to content

Commit

Permalink
Fix CLI reference update action to set default config dir to $HOME/.c…
Browse files Browse the repository at this point in the history
…onfig

Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed May 3, 2024
1 parent e209146 commit dbac4c2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-cli-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Generate reference docs
run: go run . | cat header.md - > ../../cli.md
run: XDG_CONFIG_HOME=\$HOME/.config go run . | cat header.md - > ../../cli.md
working-directory: hack/clidocgen

- name: Get commit sha
Expand Down
Loading

0 comments on commit dbac4c2

Please sign in to comment.