Update .gitea/workflows/ci.yml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user