mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-22 01:22:02 +03:00
feat: silentFailure and outputs.failure
This commit is contained in:
parent
cab31617d8
commit
1f57fc5a0b
4 changed files with 22 additions and 2 deletions
|
@ -100,5 +100,9 @@ export function getInputs(): ISourceSettings {
|
|||
// Access token
|
||||
result.accessToken = core.getInput('token')
|
||||
|
||||
// Silent Failure
|
||||
result.silentFailure =
|
||||
(core.getInput('silentFailure') || 'false').toUpperCase() === 'TRUE'
|
||||
|
||||
return result
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue