From fe9ebcfac47c5e21a80adc5a5c0b83fe021f64df Mon Sep 17 00:00:00 2001 From: Dmitry Kisler Date: Tue, 10 Oct 2023 00:24:56 +0200 Subject: [PATCH] fix: ci trial with matrix extension to set wrapper Signed-off-by: Dmitry Kisler --- .github/workflows/setup-tofu.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/setup-tofu.yml b/.github/workflows/setup-tofu.yml index 338ff6f..8c221ee 100644 --- a/.github/workflows/setup-tofu.yml +++ b/.github/workflows/setup-tofu.yml @@ -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 }}"