Skip to content

Commit 7000f09

Browse files
Merge pull request #2564 from anthony-c-martin/main
Fix bug with env variable replacement in generate-schemas pipeline
2 parents 42ba6fc + 0f5d93f commit 7000f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-schemas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
then
3838
npm run generate-all -- --local-path "$GITHUB_WORKSPACE/workflow-temp/azure-rest-api-specs"
3939
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'
40+
npm run generate-single -- --base-path '${{ github.event.inputs.single_path }}/resource-manager' --local-path "$GITHUB_WORKSPACE/workflow-temp/azure-rest-api-specs"
4141
fi
4242
working-directory: generator
4343

0 commit comments

Comments
 (0)