File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 3737 with :
3838 terraform_version : 1.5.7
3939
40- - name : Terraform fmt
41- id : fmt
42- run : terraform fmt -check
40+ # - name: Terraform fmt
41+ # id: fmt
42+ # run: terraform fmt -check
4343
4444 - name : Initialize Terraform
4545 id : init
Original file line number Diff line number Diff line change 4040 terraform_version : 1.5.7
4141 terraform_wrapper : false
4242
43- - name : Terraform fmt
44- id : fmt
45- run : terraform fmt -check
43+ # - name: Terraform fmt
44+ # id: fmt
45+ # run: terraform fmt -check
4646
4747 - name : Initialize Terraform
4848 id : init
@@ -101,7 +101,6 @@ jobs:
101101 })
102102
103103 // 2. Prepare format of the comment
104- const output = `#### Terraform Format and Style 🖌\`${{ steps.fmt.outcome }}\`
105104 #### Terraform Initialization ⚙️\`${{ steps.init.outcome }}\`
106105 #### Terraform Validation 🤖\`${{ steps.validate.outcome }}\`
107106 <details><summary>Validation Output</summary>
You can’t perform that action at this time.
0 commit comments