mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix typo
This commit is contained in:
parent
991e5c5ec3
commit
0e73d53e9a
2
.github/workflows/test-backend.yml
vendored
2
.github/workflows/test-backend.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
|||||||
uses: actions/cache/restore@v3.3.1
|
uses: actions/cache/restore@v3.3.1
|
||||||
with:
|
with:
|
||||||
path: /tmp/backend.tar
|
path: /tmp/backend.tar
|
||||||
key: ${{ github.run_id }}backend-cache
|
key: ${{ github.run_id }}-backend-cache
|
||||||
fail-on-cache-miss: true
|
fail-on-cache-miss: true
|
||||||
|
|
||||||
- name: Load Docker Images
|
- name: Load Docker Images
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user