*: 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
1 changed files with 1 additions and 1 deletions

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 }}