Update .gitea/workflows/ci.yml

This commit is contained in:
2025-11-23 16:36:12 +01:00
parent a09be5b8c3
commit 2af6e1a905

View File

@@ -12,10 +12,14 @@ on:
required: false
default: 'false'
target_skins:
description: "JSON array of skins 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"