mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-20 09:56:03 -05:00
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
|
||||
|
||||
Reference in New Issue
Block a user