From babf6ac7fb135c480f9447b53aa0438f076f99a6 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Wed, 17 Apr 2024 12:13:31 +0200 Subject: [PATCH] added demo command --- .github/scripts/example/example.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/scripts/example/example.yml diff --git a/.github/scripts/example/example.yml b/.github/scripts/example/example.yml new file mode 100644 index 0000000..67a8567 --- /dev/null +++ b/.github/scripts/example/example.yml @@ -0,0 +1,3 @@ +name: Example command +description: This command is just used for examples +commandStart: 'echo "Hello World!"'