Skip to content

_ · Step name

Attach a human-readable name that will be displayed in various places (such as logs and UIs), while improving readability by providing context about the current operation.

yaml
- _: Say hi
  log: Bonjour, mes amis !

Defaults to the value of the id property, or the module.source if unidentified.

Released under the MIT License.