Skip to content

Commit 9a59638

Browse files
authored
Update $samuelmedina.md
1 parent 108a440 commit 9a59638

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
$samuelmedina.md(xero-2018)export default {
2+
name: "Action Demo",
3+
description: "This is a demo action",
4+
key: "action_demo",
5+
version: "0.0.1",
6+
type: "action",
7+
props: {
8+
name: {
9+
type: "string",
10+
label: "Name",
11+
},
12+
},
13+
async run() {
14+
return `hello ${this.name}!`;
15+
},
16+
};
117
![pipedream](https://i.ibb.co/LPhXtH1/logo.png)
218

319
<p align="center">

0 commit comments

Comments
 (0)