From c4155036fbe39531a9257f0b3b6c57c2d0dbd8b5 Mon Sep 17 00:00:00 2001 From: JP Shilton Date: Mon, 28 Aug 2023 15:24:31 -0400 Subject: [PATCH] shell --- .github/actions/setup/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 35c9f5f..1829a6d 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -26,5 +26,6 @@ runs: - name: Run CI if: steps.cache.outputs.cache-hit != 'true' run: npm ci + shell: bash env: NODE_AUTH_TOKEN: ${{inputs.token}}