Skip to content

Commit

Permalink
Celanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Slavko Rihtaric committed Jul 4, 2024
1 parent fbf42cd commit e2c38f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/generate_sdk_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
- name: Generate SDK
run: |
ls -la ${{ runner.temp }}/openapispec
java -jar ${{ runner.temp }}/openapi-generator-cli.jar generate -i ${{ runner.temp }}/openapispec/openapi.yml -g csharp -o ./src -c ${{ runner.temp }}/${{ env.CONFIG_FILE }}
- name: Create Pull Request
Expand Down

0 comments on commit e2c38f2

Please sign in to comment.