From 4ed868f203cf9644c4830cb317eed81ec9dd3d9d Mon Sep 17 00:00:00 2001 From: Franz Diebold Date: Tue, 14 Jul 2020 09:41:04 +0200 Subject: [PATCH] Improve documentation. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0bbd53b..7dd3fdf 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,7 @@ steps: echo "GITHUB_REF_NAME=$GITHUB_REF_NAME" echo "GITHUB_SHA_SHORT=$GITHUB_SHA_SHORT" ``` + +### Demo + +A demo for all Operating systems (Linux, macOS and Windows) is also available in the [demo workflows file of this repository](.github/workflows/demo.yml)!