File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7171 --path ${{ inputs.api_path }} `
7272 --specification-url ${{ inputs.specification_url }} `
7373 --specification-format OpenApiJson `
74- --revision ${{ steps.revision.outputs.revision }} `
75- --api-version ${{ inputs.api_version }}
74+ --api-version ${{ inputs.api_version }} `
75+ --api-revision ${{ steps.revision.outputs.revision }}
7676
7777 - name : Update API spec in API management from path
7878 if : ${{ inputs.specification_path != '' }}
8585 --path ${{ inputs.api_path }} `
8686 --specification-path ${{ inputs.specification_path }} `
8787 --specification-format OpenApiJson `
88- --revision ${{ steps.revision.outputs.revision }} `
89- --api-version ${{ inputs.api_version }}
88+ --api-version ${{ inputs.api_version }} `
89+ --api-revision ${{ steps.revision.outputs.revision }}
You can’t perform that action at this time.
0 commit comments