mirror of
https://forgejo.mixinet.net/actions/checkout.git
synced 2025-06-15 14:50:45 -06:00
Add a test
This commit is contained in:
parent
47b9382799
commit
6b8be4cb30
3 changed files with 3 additions and 2 deletions
|
@ -80,7 +80,7 @@ export async function getInputs(): Promise<IGitSourceSettings> {
|
|||
|
||||
// Default branch checkout
|
||||
result.defaultBranchCheckout =
|
||||
(core.getInput('default-branch-checkout') || 'true').toUpperCase() ===
|
||||
(core.getInput('default-branch-checkout') || 'false').toUpperCase() ===
|
||||
'TRUE'
|
||||
core.debug(`default-branch-checkout = '${result.defaultBranchCheckout}'`)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue