Skip to content

Commit 5742f72

Browse files
authored
ELI-452: Adds specific tag to be deployed to TEST (#350)
1 parent c2e3139 commit 5742f72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888

8989
- name: "Checkout Repository"
9090
uses: actions/checkout@v5
91+
with:
92+
ref: ${{ github.event.inputs.tag }}
9193

9294
- name: "Build lambda artefact"
9395
run: |

0 commit comments

Comments
 (0)