mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-10-29 15:25:01 -04:00
unique-cache-key
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
parent
286b04f9b0
commit
7db0efd1f9
4
.github/workflows/mydocker.yml
vendored
4
.github/workflows/mydocker.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: ./
|
||||
key: cache-translate
|
||||
key: cache-translate-${{ github.sha }}
|
||||
|
||||
- name: List directory after cache
|
||||
run: ls -R ./
|
||||
@ -106,7 +106,7 @@ jobs:
|
||||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
path: ./
|
||||
key: cache-translate
|
||||
key: cache-translate-${{ github.sha }}
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user