mirror of https://github.com/actions/checkout.git
Remove unused object format result field
This commit is contained in:
parent
4823ef7dde
commit
b517d3148c
|
|
@ -12,7 +12,6 @@ import {getServerApiUrl} from './url-helper'
|
||||||
const IS_WINDOWS = process.platform === 'win32'
|
const IS_WINDOWS = process.platform === 'win32'
|
||||||
|
|
||||||
export interface RepositoryObjectFormatResult {
|
export interface RepositoryObjectFormatResult {
|
||||||
defaultBranch?: string
|
|
||||||
format: string
|
format: string
|
||||||
succeeded: boolean
|
succeeded: boolean
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue