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 d264cb5 commit 52ceefeCopy full SHA for 52ceefe
.github/workflows/stage-3-build.yaml
@@ -103,7 +103,7 @@ jobs:
103
uses: ./.github/actions/build-proxies
104
with:
105
version: "${{ inputs.version }}"
106
- environment: "pr${{ inputs.pr_number }}"
+ environment: ${{ inputs.pr_number != '' && format('pr{0}', inputs.pr_number) || 'main' }}
107
apimEnv: "internal-dev-sandbox"
108
runId: "${{ github.run_id }}"
109
buildSandbox: true
0 commit comments