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