Run

Action: command.run

KeyTypOptionalDescription

action

string

no

command.run

command

string

no

command to run

args

string

no

argument passed

dir

string

no

actual working directory

Example

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

Last updated