diff options
-rw-r--r-- | hello/hello.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hello/hello.yaml b/hello/hello.yaml new file mode 100644 index 0000000..7af44cd --- /dev/null +++ b/hello/hello.yaml @@ -0,0 +1,8 @@ +name: "hello" +trigger: + event: "time/tick" + parameters: + periodic: 60 +steps: + - code: | + echo "Hello world!" |