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 35
35
run : |
36
36
if [ -z "${{ github.event.inputs.single_path }}" ]
37
37
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"}'
39
39
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'
41
41
fi
42
42
working-directory : generator
43
43
Original file line number Diff line number Diff line change @@ -8,4 +8,7 @@ schemas/code-model-v1
8
8
Debug
9
9
Release
10
10
obj
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