We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e3139 commit 5742f72Copy full SHA for 5742f72
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