mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-05 04:25:23 -08:00
Fix for @octokit/types 6.0.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import {Endpoints} from '@octokit/types'
|
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 = {
|
export type Annotation = {
|
||||||
path: string
|
path: string
|
||||||
start_line: number
|
start_line: number
|
||||||
|
|||||||
Reference in New Issue
Block a user