mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Fix workflow typo (#50746)
This commit is contained in:
4
.github/workflows/twoslash-repros.yaml
vendored
4
.github/workflows/twoslash-repros.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user