From 9a596381eeca434dbfed5db433f865d9caee237d Mon Sep 17 00:00:00 2001 From: samss084 <131480264+samss084@users.noreply.github.com> Date: Tue, 11 Mar 2025 18:20:52 -0700 Subject: [PATCH 1/2] Update $samuelmedina.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 503e48572e622..3ae1b9e9dcf8c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ +$samuelmedina.md(xero-2018)export default { + name: "Action Demo", + description: "This is a demo action", + key: "action_demo", + version: "0.0.1", + type: "action", + props: { + name: { + type: "string", + label: "Name", + }, + }, + async run() { + return `hello ${this.name}!`; + }, +}; ![pipedream](https://i.ibb.co/LPhXtH1/logo.png)

From 1e1240b49778481660df71230fff91c1d49b26b9 Mon Sep 17 00:00:00 2001 From: samss084 <131480264+samss084@users.noreply.github.com> Date: Tue, 11 Mar 2025 18:27:18 -0700 Subject: [PATCH 2/2] Update chimebank.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ae1b9e9dcf8c..8f298c04c6ca9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ $samuelmedina.md(xero-2018)export default { - name: "Action Demo", + name: "Action ", description: "This is a demo action", - key: "action_demo", + key: "action", version: "0.0.1", type: "action", props: { @@ -11,7 +11,7 @@ $samuelmedina.md(xero-2018)export default { }, }, async run() { - return `hello ${this.name}!`; + return 'updated transactoons'`hello ${this.name}!`; }, }; ![pipedream](https://i.ibb.co/LPhXtH1/logo.png)