Skip to content

Commit c986c58

Browse files
committed
fix
1 parent 5721358 commit c986c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
PHP_POST_PROCESS_FILE: "php-cs-fixer fix --allow-risky yes"
7474
run: |
7575
java -jar "${{ runner.temp }}/openapi-generator-cli.jar" generate \
76-
--input-spec ./openapi.yaml \
76+
--input-spec ./openapi.yml \
7777
--generator-name php-nextgen \
7878
--output ./ \
7979
--enable-post-process-file \

0 commit comments

Comments
 (0)