Fix for @octokit/types 6.0.0

This commit is contained in:
Michal Dorner 2020-12-22 10:56:27 +01:00
parent f319a60368
commit be4cb45afb

View file

@ -1,6 +1,6 @@
import {Endpoints} from '@octokit/types'
export type OutputParameters = Endpoints['POST /repos/:owner/:repo/check-runs']['parameters']['output']
export type OutputParameters = Endpoints['POST /repos/{owner}/{repo}/check-runs']['parameters']['output']
export type Annotation = {
path: string
start_line: number