We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a59638 commit 1e1240bCopy full SHA for 1e1240b
README.md
@@ -1,7 +1,7 @@
1
$samuelmedina.md(xero-2018)export default {
2
- name: "Action Demo",
+ name: "Action ",
3
description: "This is a demo action",
4
- key: "action_demo",
+ key: "action",
5
version: "0.0.1",
6
type: "action",
7
props: {
@@ -11,7 +11,7 @@ $samuelmedina.md(xero-2018)export default {
11
},
12
13
async run() {
14
- return `hello ${this.name}!`;
+ return 'updated transactoons'`hello ${this.name}!`;
15
16
};
17

0 commit comments