Skip to content

Commit be3f583

Browse files
committed
Code Update
1 parent 07ddb11 commit be3f583

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/terraform-multi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ jobs:
133133
defaults:
134134
run:
135135
working-directory: infra
136+
steps:
137+
- name: Checkout
138+
uses: actions/checkout@v5.0.0 # 👈 ADD THIS
139+
136140
steps:
137141
- name: Terraform fmt
138142
run: terraform fmt

0 commit comments

Comments
 (0)