Skip to content

Commit 0b8a40a

Browse files
committed
missing quotes
1 parent 0bb4157 commit 0b8a40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Generate API
4848
run: |
4949
cd external-repo/Software
50-
npx @openapitools/openapi-generator-cli -p AddOAuth=auth --custom-generator MATLAB/lib/jar/MATLABClientCodegen-openapi-generator-0.0.1.jar generate -g MATLAB -i ${{ env.OPENAPI_SPEC }} -o macrobond --package-name ${{ env.PACKAGE_NAME }}
50+
npx @openapitools/openapi-generator-cli -p AddOAuth="auth" --custom-generator MATLAB/lib/jar/MATLABClientCodegen-openapi-generator-0.0.1.jar generate -g MATLAB -i ${{ env.OPENAPI_SPEC }} -o macrobond --package-name ${{ env.PACKAGE_NAME }}
5151
5252
- name: Configure Git
5353
run: |

0 commit comments

Comments
 (0)