mirror of
https://forgejo.mixinet.net/actions/checkout.git
synced 2025-06-15 14:50:45 -06:00
feat: silentFailure and outputs.failure
This commit is contained in:
parent
cab31617d8
commit
1f57fc5a0b
4 changed files with 22 additions and 2 deletions
|
@ -20,6 +20,7 @@ export interface ISourceSettings {
|
|||
fetchDepth: number
|
||||
lfs: boolean
|
||||
accessToken: string
|
||||
silentFailure: boolean
|
||||
}
|
||||
|
||||
export async function getSource(settings: ISourceSettings): Promise<void> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue