Skip to content

Commit ceea887

Browse files
authored
Merge pull request #380 from NHSDigital/bug/ELI-215-hotfix
(ELI-452) changed ordering
2 parents 14b4bf5 + 3a9358d commit ceea887

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/base-deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ jobs:
8484
contents: write
8585
environment: ${{ needs.metadata.outputs.environment }}
8686
steps:
87+
- name: "Checkout repository at ref"
88+
uses: actions/checkout@v5
89+
with:
90+
ref: ${{ needs.metadata.outputs.ref }}
91+
fetch-depth: 0
92+
8793
- name: "Setup Terraform"
8894
uses: hashicorp/setup-terraform@v3
8995
with:
@@ -103,12 +109,6 @@ jobs:
103109
- name: "Install dependencies"
104110
run: poetry install
105111

106-
- name: "Checkout repository at ref"
107-
uses: actions/checkout@v5
108-
with:
109-
ref: ${{ needs.metadata.outputs.ref }}
110-
fetch-depth: 0
111-
112112
- name: "Build lambda artefact"
113113
shell: bash
114114
run: |

0 commit comments

Comments
 (0)