test different quote

This commit is contained in:
Skillz4Killz
2021-04-09 00:54:16 +00:00
committed by GitHub
parent 85e756c1c9
commit 6c1ed82b11

View File

@@ -14,7 +14,7 @@ jobs:
- name: Cache dependencies
run: deno cache --no-check mod.ts
- name: Run test script
if: ${{ (github.actor.login == "Skillz4Killz" || github.actor.login == "itohatweb" || github.actor.login == "ayntee") || (github.event_name == 'pull_request' && github.event.action == 'labeled' && github.event.label.name == 'run-tests') }}
if: ${{ (github.actor.login == 'Skillz4Killz' || github.actor.login == 'itohatweb' || github.actor.login == 'ayntee') || (github.event_name == 'pull_request' && github.event.action == 'labeled' && github.event.label.name == 'run-tests') }}
run: deno test -A --no-check
env:
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}