Skip to content

Commit f1df67c

Browse files
committed
Fix workflow syntax
1 parent d7c9593 commit f1df67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twoslash-repros.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
github-token: ${{ secrets.TS_BOT_GITHUB_TOKEN }}
2626

2727
bisect:
28-
if: ${{ github.event.label.name == "Bisect Repro" }}
28+
if: ${{ github.event.label.name == 'Bisect Repro' }}
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)