Skip to content

Commit

Permalink
bugfix: use correct subcommand of mittwald-go-client-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Jan 22, 2025
1 parent f1420d6 commit 978a794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Generate code for v2 API
run: |
rm -rf mittwaldv2/generated
mittwald-go-client-builder ${{ matrix.source.url }} ./mittwaldv2/generated mittwaldv2
mittwald-go-client-builder generate ${{ matrix.source.url }} ./mittwaldv2/generated mittwaldv2
goimports -w mittwaldv2/generated
- name: Summarise git status
Expand Down

0 comments on commit 978a794

Please sign in to comment.