Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 160f083

Browse files
Merge pull request #82 from hmcts/use-underscore
use an underscore instead of hyphen in var name
2 parents 79633d0 + c780a1e commit 160f083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-released.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
PIPELINE_ID: 460 #cp-gh-artifact-to-acr
125125
ADO_PAT: ${{ secrets.HMCTS_ADO_PAT }}
126126
run: |
127-
artefact-version=${{ needs.Artefact-Version.outputs.RELEASED_VERSION }}
127+
artefact_version=${{ needs.Artefact-Version.outputs.RELEASED_VERSION }}
128128
repo_name=${GITHUB_REPOSITORY##*/}
129129
curl -X POST \
130130
-u ":${ADO_PAT}" \
@@ -141,6 +141,6 @@ jobs:
141141
"templateParameters": {
142142
"GROUP_ID": "uk.gov.hmcts.cp",
143143
"ARTIFACT_ID": "${repo_name}",
144-
"ARTIFACT_VERSION": "${artefact-version}"
144+
"ARTIFACT_VERSION": "${artefact_version}"
145145
}
146146
}'

0 commit comments

Comments
 (0)