Skip to content

Commit

Permalink
end to end flow for build and deploy - first attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl committed Oct 17, 2024
1 parent abcc65f commit 3220581
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ permissions:
jobs:
helm_lint:
name: helm lint
<<<<<<< HEAD
uses: ministryofjustice/hmpps-github-actions/.github/workflows/test_helm_lint.yml@v1 # WORKFLOW_VERSION
=======
uses: ministryofjustice/hmpps-github-actions/.github/workflows/test_helm_lint.yml@main
>>>>>>> 415f7b6 (end to end flow for build and deploy - first attempt)
secrets: inherit
with:
environment: ${{ inputs.environment || 'dev' }}
Expand Down

0 comments on commit 3220581

Please sign in to comment.