Skip to content

Commit 1540cdc

Browse files
VIA-598 AJ Fix forgotten code checkout
1 parent 5d01e92 commit 1540cdc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ jobs:
148148
id-token: write
149149
contents: read
150150
steps:
151+
- name: "Checkout code"
152+
uses: actions/checkout@v6
153+
151154
- name: "Deploy ${{ github.sha }} to AWS (dev)"
152155
timeout-minutes: 10
153156
uses: ./.github/actions/deploy

.github/workflows/cicd-3-deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
exit 1
3838
fi
3939
40+
- name: "Checkout code"
41+
uses: actions/checkout@v6
42+
4043
- name: "Deploy application version ${{ github.ref_name }}"
4144
timeout-minutes: 10
4245
uses: ./.github/actions/deploy

0 commit comments

Comments
 (0)