We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14b4bf5 + 3a9358d commit ceea887Copy full SHA for ceea887
.github/workflows/base-deploy.yml
@@ -84,6 +84,12 @@ jobs:
84
contents: write
85
environment: ${{ needs.metadata.outputs.environment }}
86
steps:
87
+ - name: "Checkout repository at ref"
88
+ uses: actions/checkout@v5
89
+ with:
90
+ ref: ${{ needs.metadata.outputs.ref }}
91
+ fetch-depth: 0
92
+
93
- name: "Setup Terraform"
94
uses: hashicorp/setup-terraform@v3
95
with:
@@ -103,12 +109,6 @@ jobs:
103
109
- name: "Install dependencies"
104
110
run: poetry install
105
111
106
- - name: "Checkout repository at ref"
107
- uses: actions/checkout@v5
108
- with:
- ref: ${{ needs.metadata.outputs.ref }}
- fetch-depth: 0
-
112
- name: "Build lambda artefact"
113
shell: bash
114
run: |
0 commit comments