mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 10:51:28 +00:00
v
This commit is contained in:
parent
3cee492e55
commit
50dcd0fafc
4
.github/workflows/cache-verify.yml
vendored
4
.github/workflows/cache-verify.yml
vendored
@ -78,11 +78,11 @@ jobs:
|
||||
ci-all-cache-${{ runner.os }}-
|
||||
ci-all-cache-
|
||||
|
||||
- name: Cache status: Hit
|
||||
- name: Cache status > Hit
|
||||
if: steps.restore-cache.outputs.cache-hit == 'true'
|
||||
run: echo "✅ Cache was hit!"
|
||||
|
||||
- name: Cache status: Miss
|
||||
- name: Cache status > Miss
|
||||
if: steps.restore-cache.outputs.cache-hit != 'true'
|
||||
run: echo "❌ Cache was missed."
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user