diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-12-25 00:26:15 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-12-25 00:26:15 +0800 |
commit | 4ea0d9917fb13a884fcd665408593d0dfdba1868 (patch) | |
tree | b1efce5548a65e2dd5d38ed9ba97167334170c4c /.github | |
parent | 38a2130542c73a7ac58a379008be16d409233acd (diff) | |
download | SoopyV2-4ea0d9917fb13a884fcd665408593d0dfdba1868.tar.gz SoopyV2-4ea0d9917fb13a884fcd665408593d0dfdba1868.tar.bz2 SoopyV2-4ea0d9917fb13a884fcd665408593d0dfdba1868.zip |
update CI
Diffstat (limited to '.github')
-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 |