From d4aa53b1d7457792f799aac399acd887451e6fc9 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 8 Jan 2022 12:11:32 -0800 Subject: [PATCH] take out shell key from action --- .github/actions/run_tests/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/run_tests/action.yaml b/.github/actions/run_tests/action.yaml index 15819d89..3f40f2fd 100644 --- a/.github/actions/run_tests/action.yaml +++ b/.github/actions/run_tests/action.yaml @@ -4,7 +4,6 @@ inputs: cache-string: description: 'Cache string secret. Change to bust the cache' required: true -shell: bash runs: using: "composite" steps: