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