Skip to content

Commit 3e1ca33

Browse files
apim: fix revision id (#24)
1 parent 4ed07c0 commit 3e1ca33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-apim-api.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
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 != '' }}
@@ -85,5 +85,5 @@ jobs:
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 }}

0 commit comments

Comments
 (0)