File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3535 run : |
3636 if [ -z "${{ github.event.inputs.single_path }}" ]
3737 then
38- npm run generate-all -- '{"localPath": "../.. /workflow-temp/azure-rest-api-specs"}'
38+ npm run generate-all -- '{"localPath": "$GITHUB_WORKSPACE /workflow-temp/azure-rest-api-specs"}'
3939 else
40- npm run generate-single -- '${{ github.event.inputs.single_path }}/resource-manager' '../.. /workflow-temp/azure-rest-api-specs'
40+ npm run generate-single -- '${{ github.event.inputs.single_path }}/resource-manager' '$GITHUB_WORKSPACE /workflow-temp/azure-rest-api-specs'
4141 fi
4242 working-directory : generator
4343
Original file line number Diff line number Diff line change @@ -8,4 +8,7 @@ schemas/code-model-v1
88Debug
99Release
1010obj
11- bin
11+ bin
12+
13+ # Temporary directory for GitHub workflows to use
14+ /workflow-temp
You can’t perform that action at this time.
0 commit comments