From 22599b00334214621315882d84cc97fa5daa68de Mon Sep 17 00:00:00 2001 From: h-takeyeah <61489178+h-takeyeah@users.noreply.github.com> Date: Fri, 8 Mar 2024 20:22:55 +0900 Subject: [PATCH] ci: fix properties --- .github/actions/prepare-nodemodules/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/prepare-nodemodules/action.yml b/.github/actions/prepare-nodemodules/action.yml index deb29a6..04aa81b 100644 --- a/.github/actions/prepare-nodemodules/action.yml +++ b/.github/actions/prepare-nodemodules/action.yml @@ -14,7 +14,7 @@ runs: steps: - uses: actions/cache@v4 id: cache - working-directory: ${{ inputs.root }} + shell: bash with: path: | ~/.bun/install/cache @@ -26,6 +26,7 @@ runs: with: bun-version: latest - name: Install dependencies + shell: bash if: steps.cache.outputs.cache-hit != 'true' working-directory: ${{ inputs.root }} run: bun install