mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Fix workflow syntax
This commit is contained in:
parent
d7c95930ef
commit
f1df67cf00
2
.github/workflows/twoslash-repros.yaml
vendored
2
.github/workflows/twoslash-repros.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user