From d4fd7100b141542d9399a8649056cf3cfe7678b2 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Mon, 22 Apr 2024 15:27:15 +0200 Subject: [PATCH] removed example test --- .github/commands/example/example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/commands/example/example.yml b/.github/commands/example/example.yml index 67a8567b920d8..e434b5b5585d0 100644 --- a/.github/commands/example/example.yml +++ b/.github/commands/example/example.yml @@ -1,3 +1,3 @@ -name: Example command +name: example description: This command is just used for examples commandStart: 'echo "Hello World!"'