Skip to content

Commit 91f6ab7

Browse files
authored
Merge pull request #48 from mxenabled/mc/update_generate_workflow_name
Update generator name for generate workflow [skip actions]
2 parents 07bf43d + c3bfe84 commit 91f6ab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: |
3434
openapi-generator-cli generate \
3535
-i https://raw.githubusercontent.com/mxenabled/openapi/master/openapi/mx_platform_api.yml \
36-
-g csharp-netcore \
36+
-g csharp \
3737
-c ./openapi/config.yml \
3838
-t ./openapi/templates
3939
- name: Create branch

0 commit comments

Comments
 (0)