mirror of https://github.com/jetkvm/kvm.git
Fix: workflow indentation
This commit is contained in:
parent
bd4fbef6dc
commit
7129bd5521
|
@ -57,7 +57,7 @@ jobs:
|
||||||
- name: Create empty resource directory
|
- name: Create empty resource directory
|
||||||
run: |
|
run: |
|
||||||
mkdir -p static && touch static/.gitkeep
|
mkdir -p static && touch static/.gitkeep
|
||||||
- name: Save audio dependencies cache
|
- name: Save audio dependencies cache
|
||||||
if: always() && steps.cache-audio-deps.outputs.cache-hit != 'true'
|
if: always() && steps.cache-audio-deps.outputs.cache-hit != 'true'
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue