mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix workflow syntax
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user