Skip to content

Commit 2e3d44d

Browse files
committed
bugfix: use the right schema syntax for the plugin
1 parent 6912ae9 commit 2e3d44d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugin.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ configuration:
4242
config:
4343
type: object
4444
properties:
45-
key: string
45+
key:
46+
type: string
4647
command:
4748
type: string
4849
trigger:

0 commit comments

Comments
 (0)