From 35ee8db8558e0bd717d81b07fd42626590a356c4 Mon Sep 17 00:00:00 2001 From: ThatKev <65928584+thatkev@users.noreply.github.com> Date: Wed, 5 Jun 2024 08:09:54 +0930 Subject: [PATCH] Update validate-slash_commands.yml --- .github/workflows/validate-slash_commands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-slash_commands.yml b/.github/workflows/validate-slash_commands.yml index 5b9ea52..af0415f 100644 --- a/.github/workflows/validate-slash_commands.yml +++ b/.github/workflows/validate-slash_commands.yml @@ -9,5 +9,5 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Validate JSON files + - name: Validate Slash Command JSON files run: node .github/scripts/validate-slash_commands.js