From 05c2a037e9b1f69aa2ca850670ed0e67b94c2a96 Mon Sep 17 00:00:00 2001 From: Rishav Dhar <19497993+rdhar@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:18:41 +0000 Subject: [PATCH] add shell bash to defaults run (#17) Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com> --- .github/workflows/setup-tofu.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/setup-tofu.yml b/.github/workflows/setup-tofu.yml index 6582a61..3f667fe 100644 --- a/.github/workflows/setup-tofu.yml +++ b/.github/workflows/setup-tofu.yml @@ -80,6 +80,7 @@ jobs: tofu-wrapper: [true, false] defaults: run: + shell: bash working-directory: ./.github/workflows/data/local steps: - name: Checkout