We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ba6fc commit 0f5d93fCopy full SHA for 0f5d93f
.github/workflows/generate-schemas.yml
@@ -37,7 +37,7 @@ jobs:
37
then
38
npm run generate-all -- --local-path "$GITHUB_WORKSPACE/workflow-temp/azure-rest-api-specs"
39
else
40
- npm run generate-single -- --base-path '${{ github.event.inputs.single_path }}/resource-manager' --local-path '$GITHUB_WORKSPACE/workflow-temp/azure-rest-api-specs'
+ npm run generate-single -- --base-path '${{ github.event.inputs.single_path }}/resource-manager' --local-path "$GITHUB_WORKSPACE/workflow-temp/azure-rest-api-specs"
41
fi
42
working-directory: generator
43
0 commit comments