mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Fix for @octokit/types 6.0.0
This commit is contained in:
parent
f319a60368
commit
be4cb45afb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue