We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e811c5e commit 33d77c3Copy full SHA for 33d77c3
.github/workflows/pipeline.yml
@@ -12,11 +12,11 @@ on:
12
type: choice
13
required: true
14
options:
15
- - development
+ - dev
16
- preprod
17
- staging
18
- production
19
- default: 'development'
+ default: 'dev'
20
docker_registry:
21
description: Docker registry
22
@@ -59,7 +59,7 @@ jobs:
59
uses: ministryofjustice/hmpps-github-actions/.github/workflows/test_helm_lint.yml@v1 # WORKFLOW VERSION
60
secrets: inherit
61
with:
62
- environment: ${{ inputs.environment || 'development' }}
+ environment: ${{ inputs.environment || 'dev' }}
63
kotlin_validate:
64
name: Validate the kotlin
65
uses: ministryofjustice/hmpps-github-actions/.github/workflows/kotlin_validate.yml@v1 # WORKFLOW_VERSION
0 commit comments