mirror of
https://github.com/actions/checkout.git
synced 2025-11-23 08:44:26 +08:00
update action.yml and readme
This commit is contained in:
3
dist/index.js
vendored
3
dist/index.js
vendored
@@ -1741,7 +1741,8 @@ function getInputs() {
|
||||
core.debug(`commit = '${result.commit}'`);
|
||||
// Default branch checkout
|
||||
result.defaultBranchCheckout =
|
||||
(core.getInput('default-branch-checkout') || 'true').toUpperCase() === 'TRUE';
|
||||
(core.getInput('default-branch-checkout') || 'true').toUpperCase() ===
|
||||
'TRUE';
|
||||
core.debug(`default-branch-checkout = '${result.defaultBranchCheckout}'`);
|
||||
// Clean
|
||||
result.clean = (core.getInput('clean') || 'true').toUpperCase() === 'TRUE';
|
||||
|
||||
Reference in New Issue
Block a user