diff options
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |