Skip to content

Commit

Permalink
Fix broken python generator type
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerstolzenberg committed Nov 8, 2024
1 parent 4eb106d commit 63e34c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/python-client/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ runs:
- name: Generate Java ${{ matrix.python-version }} client (${{ matrix.java-http-lib }})
uses: openapi-generators/openapitools-generator-action@v1
with:
generator: java
generator: python
generator-tag: ${{ inputs.openapi-version }}
openapi-url: ${{ inputs.openapi-spec }}
config-file: src/cfg/java.yml
config-file: src/cfg/python.yml
command-args: -p packageName=authzed_http_client_${{ matrix.python-http-lib }} -p "packageVersion=${{ inputs.release-version }}" -p "library=${{ matrix.python-http-lib }}"
- name: 'Log root directory content...'
shell: bash
Expand Down

0 comments on commit 63e34c8

Please sign in to comment.