* New Crowdin translations by Github Action * Remove bad translations * Remove broken translations * Remove more broken files * Remove broken translation * Remove broken translations * Remove broken translations * Add english versions of broken translations Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
4 lines
282 B
Markdown
4 lines
282 B
Markdown
1. Document required arguments in the action's README and omit them from the `CMD` instruction.
|
|
1. Use defaults that allow using the action without specifying any `args`.
|
|
1. If the action exposes a `--help` flag, or something similar, use that to make your action self-documenting.
|