fix(action): correct invalid YAML syntax

The action.yml file had multiple syntax errors, including incorrect indentation and misplaced keys. This caused the action to fail during workflow parsing.

This commit corrects the YAML structure to be valid, ensuring the action can be loaded correctly.
This commit is contained in:
2025-12-20 15:48:41 +03:00
parent c0cf6d8c03
commit 877d03fffc