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.