mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
Fix for @octokit/types 6.0.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user