From d3cb199e79d40b86bf6616b92f942e782a7743eb Mon Sep 17 00:00:00 2001 From: Rishav Dhar <19497993+rdhar@users.noreply.github.com> Date: Sat, 28 Oct 2023 12:44:30 +0100 Subject: [PATCH] add shell bash to defaults run 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