Skip to content

Commit 6d38487

Browse files
authoredSep 12, 2022
Fix workflow typo (#50746)
1 parent 6b890f9 commit 6d38487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/twoslash-repros.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
if: ${{ github.repository == 'microsoft/TypeScript' }}
2525
runs-on: ubuntu-latest
2626
steps:
27-
- if: ${{ github.events.input.bisect }}
27+
- if: ${{ github.event.inputs.bisect }}
2828
uses: actions/checkout@v3
2929
with:
3030
fetch-depth: 0
31-
- if: ${{ !github.events.input.bisect }}
31+
- if: ${{ !github.event.inputs.bisect }}
3232
uses: actions/checkout@v3
3333
- uses: actions/setup-node@v3
3434
- uses: microsoft/TypeScript-Twoslash-Repro-Action@master

0 commit comments

Comments
 (0)