Skip to content

Commit 8699273

Browse files
VIA-598 AJ/DB WIP fix the target ref being passed to snapshot tests
1 parent e1a3cf0 commit 8699273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd-9-scheduled-wip.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: "Run snapshot tests on ${{ steps.get-latest-tag-name.outputs.value }} (preprod)"
102102
uses: ./.github/actions/run-snapshot-tests
103103
with:
104-
checkout_ref: ${{ inputs.checkout_ref }}
104+
checkout_ref: ${{ steps.get-latest-tag-name.outputs.value }}
105105
release_name: "release1"
106106
env:
107107
SECRET_IAM_ROLE: ${{ secrets.IAM_ROLE }}
@@ -201,7 +201,7 @@ jobs:
201201
- name: "Run snapshot tests on ${{ steps.get-latest-tag-name.outputs.value }} (preprod)"
202202
uses: ./.github/actions/run-snapshot-tests
203203
with:
204-
checkout_ref: ${{ inputs.checkout_ref }}
204+
checkout_ref: ${{ steps.get-latest-tag-name.outputs.value }}
205205
release_name: "latest-main-tag"
206206
env:
207207
SECRET_IAM_ROLE: ${{ secrets.IAM_ROLE }}

0 commit comments

Comments
 (0)