unique-cache-key

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
Simon Smith 2025-10-25 21:17:33 +01:00
parent 286b04f9b0
commit 7db0efd1f9

View File

@ -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