From 14ee95fac5a2991340b71832ac2fe67ef2c035a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?AsPulse=20/=20=E3=81=82=E3=81=99=E3=81=B1=E3=82=8B?= <84216737+AsPulse@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:44:57 +0900 Subject: [PATCH] ci(actions/setup-turbo): Use runner-os as a cache key for turbo-remote-cache-server (#7) --- .github/actions/setup-turbo/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-turbo/action.yaml b/.github/actions/setup-turbo/action.yaml index 5b947c5..b2a20b5 100644 --- a/.github/actions/setup-turbo/action.yaml +++ b/.github/actions/setup-turbo/action.yaml @@ -15,7 +15,7 @@ runs: - name: Launch Turbo Remote Cache Server uses: dtinth/setup-github-actions-caching-for-turbo@v1.1.0 with: - cache-prefix: turbogha_${{ inputs.turbo-cache-key }}_node${{ inputs.node-version }} + cache-prefix: turbogha_${{ runner.os }}_${{ inputs.turbo-cache-key }}_node${{ inputs.node-version }} - name: Setup node uses: ./.github/actions/setup-node with: