Fix workflow typo (#50746)

This commit is contained in:
Andrew Branch
2022-09-12 15:41:30 -07:00
committed by GitHub
parent 6b890f93c4
commit 6d384876e5

View File

@@ -24,11 +24,11 @@ jobs:
if: ${{ github.repository == 'microsoft/TypeScript' }}
runs-on: ubuntu-latest
steps:
- if: ${{ github.events.input.bisect }}
- if: ${{ github.event.inputs.bisect }}
uses: actions/checkout@v3
with:
fetch-depth: 0
- if: ${{ !github.events.input.bisect }}
- if: ${{ !github.event.inputs.bisect }}
uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: microsoft/TypeScript-Twoslash-Repro-Action@master