fix: ci trial with matrix extension to set wrapper

Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
Dmitry Kisler 2023-10-10 00:24:56 +02:00
parent 08060021de
commit fe9ebcfac4
No known key found for this signature in database
GPG key ID: 46C0A987D58548F6

View file

@ -179,11 +179,9 @@ jobs:
tofu_wrapper: ${{ matrix['tofu-wrapper'] }} tofu_wrapper: ${{ matrix['tofu-wrapper'] }}
- name: Check No Arguments - name: Check No Arguments
shell: bash
run: tofu || exit 0 run: tofu || exit 0
- name: Check Single Argument - name: Check Single Argument
shell: bash
run: tofu help || exit 0 run: tofu help || exit 0
- name: Check Single Argument Hyphen - name: Check Single Argument Hyphen
@ -228,4 +226,5 @@ jobs:
run: tofu plan run: tofu plan
- name: Print OpenTofu Plan - name: Print OpenTofu Plan
if: ${{ matrix['tofu-wrapper'] == 'true' }}
run: echo "${{ steps.plan.outputs.stdout }}" run: echo "${{ steps.plan.outputs.stdout }}"