File tree 1 file changed +2
-7
lines changed 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ jobs:
253
253
os : [ubuntu-latest, windows-latest, macos-latest]
254
254
defaults :
255
255
run :
256
+ shell : bash
256
257
working-directory : ./.github/workflows/data/local
257
258
steps :
258
259
- name : Checkout
@@ -262,20 +263,16 @@ jobs:
262
263
uses : ./
263
264
264
265
- name : Terraform Init
265
- shell : bash
266
266
run : terraform init
267
267
268
268
- name : Terraform Format
269
- shell : bash
270
269
run : terraform fmt -check
271
270
272
271
- name : Terraform Plan
273
272
id : plan
274
- shell : bash
275
273
run : terraform plan
276
274
277
275
- name : Print Terraform Plan
278
- shell : bash
279
276
run : echo "${{ steps.plan.outputs.stdout }}"
280
277
281
278
terraform-run-local-no-wrapper :
@@ -286,6 +283,7 @@ jobs:
286
283
os : [ubuntu-latest, windows-latest, macos-latest]
287
284
defaults :
288
285
run :
286
+ shell : bash
289
287
working-directory : ./.github/workflows/data/local
290
288
steps :
291
289
- name : Checkout
@@ -297,14 +295,11 @@ jobs:
297
295
terraform_wrapper : false
298
296
299
297
- name : Terraform Init
300
- shell : bash
301
298
run : terraform init
302
299
303
300
- name : Terraform Format
304
- shell : bash
305
301
run : terraform fmt -check
306
302
307
303
- name : Terraform Plan
308
304
id : plan
309
- shell : bash
310
305
run : terraform plan
You can’t perform that action at this time.
0 commit comments