File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: "Build Proxies"
22description : " Build Proxies"
33
44inputs :
5+ version :
6+ description : " Version number"
7+ required : true
58 apimEnv :
69 description : " APIM environment"
710 required : true
Original file line number Diff line number Diff line change 3030 using : composite
3131
3232 steps :
33+ - name : Download OAS Spec artifact
34+ uses : actions/download-artifact@v4
35+ with :
36+ name : api-oas-specification-${{ inputs.version }}
37+ path : ./build
38+
3339 - name : Setup Proxy Name and target
3440 shell : bash
3541 run : |
Original file line number Diff line number Diff line change 6666 - name : " Build proxies"
6767 uses : ./.github/actions/build-oas-spec
6868 with :
69+ version : " ${{ inputs.version }}"
6970 apimEnv : " internal-dev-sandbox"
7071 buildSandbox : true
7172 nodejs_version : ${{ inputs.nodejs_version }}
You can’t perform that action at this time.
0 commit comments