From 4ea0d9917fb13a884fcd665408593d0dfdba1868 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sat, 25 Dec 2021 00:26:15 +0800 Subject: update CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 308316b..241459b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,4 +27,4 @@ jobs: # Runs a single command using the runners shell - name: Check for Chattriggers 2.0 and 1.3 support - run: node supporttest.js + run: node CI/supporttest.js -- cgit