1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-12-02 20:02:53 +00:00

*: Fix messed up GitHub Actions syntax

This commit is contained in:
diamondburned 2023-11-04 03:02:56 -07:00
parent ff74f27e7f
commit 7bfaf41a15
No known key found for this signature in database
GPG key ID: D78C4471CE776659

View file

@ -87,7 +87,7 @@ jobs:
env:
TEST_FLAGS: >-
-verbose=${{ runner.debug }}
-short=${{ github.event-name == "workflow_dispatch" || github.event.inputs.short-integration-tests == 'true' }}
-short=${{ github.event-name == 'workflow_dispatch' || github.event.inputs.short-integration-tests }}
CHANNEL_ID: ${{ secrets.CHANNEL_ID }}
GUILD_ID: ${{ secrets.GUILD_ID }}
VOICE_ID: ${{ secrets.VOICE_ID }}