Skip to content

Commit ef45423

Browse files
authored
Merge pull request #2050 from Azure/jcotillo/quick_gh_action_fix_updated_arg
Updated GH actions argument name
2 parents e548363 + 6b3770a commit ef45423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-types.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' --output-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)