Skip to content

Commit

Permalink
Fix for @octokit/types 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Dorner committed Dec 22, 2020
1 parent f319a60 commit be4cb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/test-parser.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit be4cb45

Please sign in to comment.