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:
parent
ff74f27e7f
commit
7bfaf41a15
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -87,7 +87,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TEST_FLAGS: >-
|
TEST_FLAGS: >-
|
||||||
-verbose=${{ runner.debug }}
|
-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 }}
|
CHANNEL_ID: ${{ secrets.CHANNEL_ID }}
|
||||||
GUILD_ID: ${{ secrets.GUILD_ID }}
|
GUILD_ID: ${{ secrets.GUILD_ID }}
|
||||||
VOICE_ID: ${{ secrets.VOICE_ID }}
|
VOICE_ID: ${{ secrets.VOICE_ID }}
|
||||||
|
|
Loading…
Reference in a new issue