Skip to content

Commit 52ceefe

Browse files
committed
CCM-11938: Push to main default
1 parent d264cb5 commit 52ceefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-3-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
uses: ./.github/actions/build-proxies
104104
with:
105105
version: "${{ inputs.version }}"
106-
environment: "pr${{ inputs.pr_number }}"
106+
environment: ${{ inputs.pr_number != '' && format('pr{0}', inputs.pr_number) || 'main' }}
107107
apimEnv: "internal-dev-sandbox"
108108
runId: "${{ github.run_id }}"
109109
buildSandbox: true

0 commit comments

Comments
 (0)