mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 23:02:31 +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
|
name: Setup pnpm cache
|
||||||
with:
|
with:
|
||||||
path: ${{ env.STORE_PATH }}
|
path: ${{ env.STORE_PATH }}
|
||||||
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
key: github-client-${{ runner.os }}-pnpm-store
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-pnpm-store-
|
|
||||||
|
|
||||||
- name: Git config
|
- name: Git config
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user