aboutsummaryrefslogtreecommitdiff
path: root/hello
diff options
context:
space:
mode:
Diffstat (limited to 'hello')
-rw-r--r--hello/hello.yaml8
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!"