Update CI from skins-template
All checks were successful
Generate Skin previews, OSK files and per skin documentation / Full CI/CD Pipeline (push) Successful in 30m14s

This commit is contained in:
2025-11-23 17:02:19 +01:00
parent 100a36e835
commit 95339049b5

View File

@@ -12,10 +12,14 @@ on:
required: false
default: 'false'
target_skins:
description: 'Comma-separated list of skin folder names to rebuild (e.g., "Skin1,Skin2")'
description: >
JSON array of skins to rebuild.
If a skin name contains a single quote ('), escape it for Bash.
Raw: ["Beyond Journey's End"]
Escaped: ["Beyond Journey'\''s End"]
Example: '[\"skin1\", \"skin2\"]'
required: false
default: ''
env:
DANSER_DIR: "/app/danser"
DANSER_VIDEO_DIR: "/app/danser/videos"