mirror of
https://github.com/actions/checkout.git
synced 2026-05-29 21:23:51 +03:00
Remove unused object format result field
This commit is contained in:
@@ -12,7 +12,6 @@ import {getServerApiUrl} from './url-helper'
|
||||
const IS_WINDOWS = process.platform === 'win32'
|
||||
|
||||
export interface RepositoryObjectFormatResult {
|
||||
defaultBranch?: string
|
||||
format: string
|
||||
succeeded: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user