Skip to content

Commit

Permalink
Merge pull request #2050 from Azure/jcotillo/quick_gh_action_fix_upda…
Browse files Browse the repository at this point in the history
…ted_arg

Updated GH actions argument name
  • Loading branch information
jorgecotillo authored Nov 12, 2021
2 parents e548363 + 6b3770a commit ef45423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-types.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' --output-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 ef45423

Please sign in to comment.