chore: remove redundant config

see: https://github.com/opentofu/setup-opentofu/pull/2#discussion_r1347361462
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
Dmitry Kisler 2023-10-09 22:55:16 +02:00
parent 959cb487e6
commit 22b63a0e14
No known key found for this signature in database
GPG key ID: 46C0A987D58548F6

View file

@ -266,20 +266,16 @@ jobs:
uses: ./
- name: OpenTofu Init
shell: bash
run: tofu init
- name: OpenTofu Format
shell: bash
run: tofu fmt -check
- name: OpenTofu Plan
id: plan
shell: bash
run: tofu plan
- name: Print OpenTofu Plan
shell: bash
run: echo "${{ steps.plan.outputs.stdout }}"
tofu-run-local-no-wrapper:
@ -301,14 +297,11 @@ jobs:
tofu_wrapper: false
- name: OpenTofu Init
shell: bash
run: tofu init
- name: OpenTofu Format
shell: bash
run: tofu fmt -check
- name: OpenTofu Plan
id: plan
shell: bash
run: tofu plan