Skip to content

Commit f4cf230

Browse files
committed
debug action
1 parent 98b7af4 commit f4cf230

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,13 @@ runs:
181181
with:
182182
cache: true
183183
config: |-
184-
184+
suzuki-shunsuke/tfcmt: v4.14.0
185185
hashicorp/terraform:
186186
tag: ${{ startsWith(fromJson(steps.atmos-settings.outputs.settings).terraform-version, 'v') && fromJson(steps.atmos-settings.outputs.settings).terraform-version || format('v{0}', fromJson(steps.atmos-settings.outputs.settings).terraform-version) }}
187187
skip: ${{ fromJson(steps.atmos-settings.outputs.settings).terraform-version == '' || fromJson(steps.atmos-settings.outputs.settings).terraform-version == 'null' }}
188188
opentofu/opentofu:
189189
tag: ${{ startsWith(fromJson(steps.atmos-settings.outputs.settings).opentofu-version, 'v') && fromJson(steps.atmos-settings.outputs.settings).opentofu-version || format('v{0}', fromJson(steps.atmos-settings.outputs.settings).opentofu-version) }}
190190
skip: ${{ fromJson(steps.atmos-settings.outputs.settings).opentofu-version == '' || fromJson(steps.atmos-settings.outputs.settings).opentofu-version == 'null' }}
191-
suzuki-shunsuke/tfcmt:
192-
tag: v4.14.0
193191
194192
- name: Configure Plan AWS Credentials
195193
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)