Skip to content

Commit

Permalink
Update .github/actions/setup-turbo/action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AsPulse committed Dec 11, 2023
1 parent dffd3eb commit eb95e77
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 eb95e77

Please sign in to comment.