Skip to content

Commit 6e1532a

Browse files
committed
CCM-11938: Fixing manual workflow
1 parent eaad335 commit 6e1532a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/manual-proxy-environment-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- int
1515
- prod
1616
build_sandbox:
17-
description: Whether to build the sandbox container
17+
description: Build sandbox container?
1818
required: false
1919
default: false
2020
type: boolean

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
apimEnv: "internal-dev-sandbox"
108108
runId: "${{ github.run_id }}"
109109
buildSandbox: true
110-
releaseVersion: ${{ github.ref_name }}
110+
releaseVersion: ${{ github.head_ref != '' && github.head_ref || github.ref_name }}
111111

112112
# artefact-1:
113113
# name: "Artefact 1"

0 commit comments

Comments
 (0)