Skip to content

Commit

Permalink
ci(actions/setup-turbo): Use runner-os as a cache key for turbo-remot…
Browse files Browse the repository at this point in the history
…e-cache-server (#7)
  • Loading branch information
AsPulse authored Dec 11, 2023
1 parent dffd3eb commit 14ee95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-turbo/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 14ee95f

Please sign in to comment.