From 33d77c3925508265290075ed8771bc429569b6da Mon Sep 17 00:00:00 2001 From: Michael Clancy Date: Tue, 19 Nov 2024 09:12:52 +0000 Subject: [PATCH] CDPS-1054: Switch helm lint environment name from development to dev. --- .github/workflows/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 2ec6ed7..dea89eb 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -12,11 +12,11 @@ on: type: choice required: true options: - - development + - dev - preprod - staging - production - default: 'development' + default: 'dev' docker_registry: description: Docker registry required: true @@ -59,7 +59,7 @@ jobs: uses: ministryofjustice/hmpps-github-actions/.github/workflows/test_helm_lint.yml@v1 # WORKFLOW VERSION secrets: inherit with: - environment: ${{ inputs.environment || 'development' }} + environment: ${{ inputs.environment || 'dev' }} kotlin_validate: name: Validate the kotlin uses: ministryofjustice/hmpps-github-actions/.github/workflows/kotlin_validate.yml@v1 # WORKFLOW_VERSION