We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b890f9 commit 6d38487Copy full SHA for 6d38487
.github/workflows/twoslash-repros.yaml
@@ -24,11 +24,11 @@ jobs:
24
if: ${{ github.repository == 'microsoft/TypeScript' }}
25
runs-on: ubuntu-latest
26
steps:
27
- - if: ${{ github.events.input.bisect }}
+ - if: ${{ github.event.inputs.bisect }}
28
uses: actions/checkout@v3
29
with:
30
fetch-depth: 0
31
- - if: ${{ !github.events.input.bisect }}
+ - if: ${{ !github.event.inputs.bisect }}
32
33
- uses: actions/setup-node@v3
34
- uses: microsoft/TypeScript-Twoslash-Repro-Action@master
0 commit comments