From 6d384876e5adeffd6e04cf4e6dd7ea5fc0dd0584 Mon Sep 17 00:00:00 2001 From: Andrew Branch Date: Mon, 12 Sep 2022 15:41:30 -0700 Subject: [PATCH] Fix workflow typo (#50746) --- .github/workflows/twoslash-repros.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/twoslash-repros.yaml b/.github/workflows/twoslash-repros.yaml index 55e27dc00a579..5f6fee2402d62 100644 --- a/.github/workflows/twoslash-repros.yaml +++ b/.github/workflows/twoslash-repros.yaml @@ -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