From 503bae869b49d4fa80892494e63da78cd33ae348 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Fri, 17 Dec 2021 16:30:29 +0100 Subject: [PATCH] add test config --- config.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..4b5223d --- /dev/null +++ b/config.yaml @@ -0,0 +1,4 @@ +- start: echo "Hello World!" +- start: echo $HELLO + env: + HELLO: hi world \ No newline at end of file