Fix workflow syntax

This commit is contained in:
Andrew Branch 2022-04-13 17:21:07 -07:00
parent d7c95930ef
commit f1df67cf00
No known key found for this signature in database
GPG Key ID: 22CCA4B120C427D2

View File

@ -25,7 +25,7 @@ jobs:
github-token: ${{ secrets.TS_BOT_GITHUB_TOKEN }}
bisect:
if: ${{ github.event.label.name == "Bisect Repro" }}
if: ${{ github.event.label.name == 'Bisect Repro' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2