Update .gitea/actions/discover-skins/action.yml

This commit is contained in:
2025-11-23 16:33:29 +01:00
parent 9088029028
commit 19ef450e74

View File

@@ -7,7 +7,14 @@ inputs:
required: false
default: "false"
target_skins:
description: "JSON array of skins to rebuild (e.g., '[\"skin1\", \"skin2\"]')"
description: >
JSON array of skins to rebuild.
NOTE: If any skin name contains a single quote ('),
you MUST escape it for Bash when passing JSON in single quotes.
Example:
Raw JSON: ["Beyond Journey's End"]
Bash-safe JSON: ["Beyond Journey'\''s End"]
Example usage: '[\"skin1\", \"skin2\"]'
required: false
default: ""