File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,10 @@ jobs:
281
281
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
282
282
with :
283
283
go-version-file : go.mod
284
+ - uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
285
+ with :
286
+ terraform_version : ${{ env.TERRAFORM_VERSION }}
287
+ terraform_wrapper : false
284
288
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
285
289
continue-on-error : true
286
290
timeout-minutes : 2
Original file line number Diff line number Diff line change 19
19
installation_retrieval_payload : ${{ secrets.INSTALLATION_ID }}
20
20
private_key : ${{secrets.APP_PEM }}
21
21
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22
+ - uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
23
+ with :
24
+ terraform_version : ${{ env.TERRAFORM_VERSION }}
25
+ terraform_wrapper : false
22
26
- run : |
23
27
touch main.tf
24
28
cat << EOF > main.tf
You can’t perform that action at this time.
0 commit comments