feat: silentFailure and outputs.failure

This commit is contained in:
François Hodierne 2019-12-12 08:29:51 +01:00
parent cab31617d8
commit 1f57fc5a0b
4 changed files with 22 additions and 2 deletions

View file

@ -20,6 +20,7 @@ export interface ISourceSettings {
fetchDepth: number
lfs: boolean
accessToken: string
silentFailure: boolean
}
export async function getSource(settings: ISourceSettings): Promise<void> {