Skip to content

Commit

Permalink
fix empty space in parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Mar 31, 2024
1 parent 85a43de commit e26487d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
with:
generator: java
openapi-file: openapi-3.0.yaml
command-args: --additional-properties=apiPackage=de.dofusdude.client.api,artifactDescription="Dofusdude mappings for Java",artifactId=dofusdude-java,artifactUrl=https://github.com/dofusdude/dofusdude-java,developerEmail=stelzo@steado.de,developerName="Christopher Sieh",developerOrganization="dofusdude",developerOrganizationUrl=https://github.com/dofusdude,library=microprofile,invokerPackage=de.dofusdude.client,modelPackage=de.dofusdude.client.model
command-args: --additional-properties=apiPackage=de.dofusdude.client.api,artifactDescription=dofusdude-client,artifactId=dofusdude-java,artifactUrl=https://github.com/dofusdude/dofusdude-java,developerEmail=stelzo@steado.de,developerName=stelzo,developerOrganization=dofusdude,developerOrganizationUrl=https://github.com/dofusdude,library=microprofile,invokerPackage=de.dofusdude.client,modelPackage=de.dofusdude.client.model

- name: Add actions
run: |
Expand Down

0 comments on commit e26487d

Please sign in to comment.