mirror of
https://forgejo.mixinet.net/actions/checkout.git
synced 2025-06-15 14:50:45 -06:00
add global config option
This commit is contained in:
parent
096e927750
commit
72b08f7601
6 changed files with 89 additions and 36 deletions
|
@ -110,5 +110,8 @@ export function getInputs(): ISourceSettings {
|
|||
result.persistCredentials =
|
||||
(core.getInput('persist-credentials') || 'false').toUpperCase() === 'TRUE'
|
||||
|
||||
result.globalCredentials =
|
||||
(core.getInput('global-credentials') || 'false').toUpperCase() === 'TRUE'
|
||||
|
||||
return result
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue