File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments