Skip to content

Commit a2276aa

Browse files
authored
Update helm env file names due to hmpps-github-actions 2.3.3 (#36)
1 parent b5e9fb6 commit a2276aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pipeline.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ on:
1212
type: choice
1313
required: true
1414
options:
15-
- dev
15+
- development
1616
- preprod
1717
- staging
1818
- production
19-
default: 'dev'
19+
default: 'development'
2020
docker_registry:
2121
description: Docker registry
2222
required: true
@@ -54,7 +54,7 @@ jobs:
5454
uses: ministryofjustice/hmpps-github-actions/.github/workflows/test_helm_lint.yml@v2 # WORKFLOW VERSION
5555
secrets: inherit
5656
with:
57-
environment: ${{ inputs.environment || 'dev' }}
57+
environment: ${{ inputs.environment || 'development' }}
5858
kotlin_validate:
5959
name: Validate the kotlin
6060
uses: ministryofjustice/hmpps-github-actions/.github/workflows/kotlin_validate.yml@v2 # WORKFLOW_VERSION
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)