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 eaad335 commit 6e1532aCopy full SHA for 6e1532a
.github/workflows/manual-proxy-environment-deploy.yaml
@@ -14,7 +14,7 @@ on:
14
- int
15
- prod
16
build_sandbox:
17
- description: Whether to build the sandbox container
+ description: Build sandbox container?
18
required: false
19
default: false
20
type: boolean
.github/workflows/stage-3-build.yaml
@@ -107,7 +107,7 @@ jobs:
107
apimEnv: "internal-dev-sandbox"
108
runId: "${{ github.run_id }}"
109
buildSandbox: true
110
- releaseVersion: ${{ github.ref_name }}
+ releaseVersion: ${{ github.head_ref != '' && github.head_ref || github.ref_name }}
111
112
# artefact-1:
113
# name: "Artefact 1"
0 commit comments