Run

Action: command.run

Example

- action: command.run
  dir: .
  command: echo
  args:
  - Hello world

Last updated