From f6e4f7b8ec14dac8341c459cada6e441156fc70e Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Thu, 7 Nov 2024 14:25:18 +0000 Subject: [PATCH] Add missing shell property --- .github/actions/test/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index bd3e2e8..3e3bc1a 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -40,3 +40,4 @@ runs: shell: bash - name: Check user run: docker compose exec ${{ inputs.service }} whoami | grep "${{ inputs.expected-user }}" + shell: bash