From f1df67cf006f104cd2bf93b78e10019424363171 Mon Sep 17 00:00:00 2001 From: Andrew Branch Date: Wed, 13 Apr 2022 17:21:07 -0700 Subject: [PATCH] Fix workflow syntax --- .github/workflows/twoslash-repros.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/twoslash-repros.yaml b/.github/workflows/twoslash-repros.yaml index 603e54e5835..ec9a64eb2f1 100644 --- a/.github/workflows/twoslash-repros.yaml +++ b/.github/workflows/twoslash-repros.yaml @@ -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