mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 14:31:30 +03:00
Merge pull request #2353 from gitbutlerapp/virtual-branch-1
use a unified cache instead of restore keys
This commit is contained in:
commit
19ac32afe8
4
.github/actions/init-env-node/action.yaml
vendored
4
.github/actions/init-env-node/action.yaml
vendored
@ -24,9 +24,7 @@ runs:
|
||||
name: Setup pnpm cache
|
||||
with:
|
||||
path: ${{ env.STORE_PATH }}
|
||||
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pnpm-store-
|
||||
key: github-client-${{ runner.os }}-pnpm-store
|
||||
|
||||
- name: Git config
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user