We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d675f commit 7e7907cCopy full SHA for 7e7907c
.github/actions/build-oas-spec/action.yml
@@ -65,4 +65,4 @@ runs:
65
uses: actions/upload-artifact@v4
66
with:
67
path: "build"
68
- name: api-oas-specification-${{ inputs.apimEnv }}-${{ inputs.version }}
+ name: api-oas-specification-${{ inputs.apimEnv }}${{ inputs.version != '' && format('-{0}', inputs.version) || '' }}
.github/actions/build-proxies/action.yml
@@ -33,7 +33,7 @@ runs:
33
- name: Download OAS Spec artifact
34
uses: actions/download-artifact@v4
35
36
- name: api-oas-specification-${{ inputs.version }}
37
path: ./build
38
39
- name: Setup Proxy Name and target
0 commit comments