We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a8ea07 + 5742f72 commit f0f4ca8Copy full SHA for f0f4ca8
1 file changed
.github/workflows/cicd-3-test.yaml
@@ -88,6 +88,8 @@ jobs:
88
89
- name: "Checkout Repository"
90
uses: actions/checkout@v5
91
+ with:
92
+ ref: ${{ github.event.inputs.tag }}
93
94
- name: "Build lambda artefact"
95
run: |
0 commit comments