mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-06 07:50:37 +00:00
fix: ci trial with matrix extension to set wrapper
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
parent
08060021de
commit
fe9ebcfac4
1 changed files with 1 additions and 2 deletions
3
.github/workflows/setup-tofu.yml
vendored
3
.github/workflows/setup-tofu.yml
vendored
|
|
@ -179,11 +179,9 @@ jobs:
|
|||
tofu_wrapper: ${{ matrix['tofu-wrapper'] }}
|
||||
|
||||
- name: Check No Arguments
|
||||
shell: bash
|
||||
run: tofu || exit 0
|
||||
|
||||
- name: Check Single Argument
|
||||
shell: bash
|
||||
run: tofu help || exit 0
|
||||
|
||||
- name: Check Single Argument Hyphen
|
||||
|
|
@ -228,4 +226,5 @@ jobs:
|
|||
run: tofu plan
|
||||
|
||||
- name: Print OpenTofu Plan
|
||||
if: ${{ matrix['tofu-wrapper'] == 'true' }}
|
||||
run: echo "${{ steps.plan.outputs.stdout }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue