Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix workflow typo (#50746)
  • Loading branch information
andrewbranch committed Sep 12, 2022
1 parent 6b890f9 commit 6d38487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/twoslash-repros.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 6d38487

Please sign in to comment.