mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 10:51:28 +00:00
verify
This commit is contained in:
parent
93048aabf4
commit
7d5eca2764
2
.github/workflows/cache-verify.yml
vendored
2
.github/workflows/cache-verify.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
with: { node-version: '20' }
|
||||
- run: echo "key=node-modules-${{ runner.os }}-${{ env.LOCK_HASH }}" >> $GITHUB_OUTPUT
|
||||
id: cache-key
|
||||
env: { LOCK_HASH: ${{ hashFiles('backend/yarn.lock', 'webapp/yarn.lock') }} }
|
||||
env: { LOCK_HASH: ${{ hashFiles('backend/yarn.lock', 'webapp/yarn.lock' }} }
|
||||
- uses: actions/cache@v4
|
||||
id: restore
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user