mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-06 07:50:37 +00:00
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:
parent
959cb487e6
commit
22b63a0e14
1 changed files with 0 additions and 7 deletions
7
.github/workflows/setup-tofu.yml
vendored
7
.github/workflows/setup-tofu.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue