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.
2 parents 42ba6fc + 0f5d93f commit 7000f09Copy full SHA for 7000f09
.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