We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf42cd commit e2c38f2Copy full SHA for e2c38f2
.github/workflows/generate_sdk_code.yml
@@ -70,7 +70,6 @@ jobs:
70
71
- name: Generate SDK
72
run: |
73
- ls -la ${{ runner.temp }}/openapispec
74
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 }}
75
76
- name: Create Pull Request
0 commit comments