Skip to content

Commit 58c6810

Browse files
Update generate-types.yml
1 parent bc1dc54 commit 58c6810

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate-types.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
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": "../../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' '../../workflow-temp/azure-rest-api-specs'
4141
fi
4242
working-directory: generator
4343

@@ -68,4 +68,4 @@ jobs:
6868
6969
Generate types for ${{ steps.get_swagger_gh_uri.outputs.gh_uri }}
7070
labels: autogenerate
71-
draft: false
71+
draft: false

0 commit comments

Comments
 (0)