--- version: "2.0" greeting: description: "This action says 'Hello'" base: std.echo base-input: output: 'Hello, <% $.name %>' input: - name output: string: <% $.output %> farewell: base: std.echo base-input: output: 'Bye!' output: info: <% $.output %>