We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7528d commit 244bc30Copy full SHA for 244bc30
1 file changed
.github/workflows/stage-3-build.yaml
@@ -175,7 +175,16 @@ jobs:
175
steps:
176
- name: "Checkout code"
177
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
178
- - name: "Build proxies"
+ - name: "Build proxy"
179
+ uses: ./.github/actions/build-proxies
180
+ with:
181
+ version: "${{ inputs.version }}"
182
+ environment: ${{ needs.pr-create-dynamic-environment.outputs.environment_name }}
183
+ apimEnv: "internal-dev"
184
+ runId: "${{ github.run_id }}"
185
+ buildSandbox: false
186
+ releaseVersion: ${{ github.head_ref || github.ref_name }}
187
+ - name: "Build proxy for sandbox"
188
uses: ./.github/actions/build-proxies
189
with:
190
version: "${{ inputs.version }}"
0 commit comments