Skip to content

Commit

Permalink
Merge pull request #2564 from anthony-c-martin/main
Browse files Browse the repository at this point in the history
Fix bug with env variable replacement in generate-schemas pipeline
  • Loading branch information
anthony-c-martin authored Sep 7, 2022
2 parents 42ba6fc + 0f5d93f commit 7000f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
then
npm run generate-all -- --local-path "$GITHUB_WORKSPACE/workflow-temp/azure-rest-api-specs"
else
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"
fi
working-directory: generator

Expand Down

0 comments on commit 7000f09

Please sign in to comment.