Actions
Bug #8124
closedCommand and entrypoint text field improvements
Description
Users should not need to separate commands with commas, for instance "/bin/ping, github.com", the split can be done on spaces instead.
Similarly, entrypoint is not currently being passed to the API so containers have to be created with a CMD but without an entrypoint.
Actions