Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
remove bad args
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin committed Nov 28, 2023
1 parent 0b97d56 commit e5f3037
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ jobs:
openapi-file: openapi/openapi.yaml
config-file: go/generator/config.yaml
command-args: |
-o go
--git-user-id getlago
--git-repo-id sdk/go
-o go --git-user-id getlago --git-repo-id sdk/go
- name: Open PR with changes on Lago SDK Repository
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/python-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
config-file: python/generator/config.yaml
command-args: |
-o python
--git-user-id getlago
--git-repo-id sdk/python
- name: Open PR with changes on Lago SDK Repository
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ruby-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
template-dir: ruby/generator
command-args: |
-o ruby
--git-user-id getlago
--git-repo-id sdk/ruby
- name: Open PR with changes on Lago SDK Repository
run: |
Expand Down

0 comments on commit e5f3037

Please sign in to comment.