mirror of
https://github.com/actions/checkout.git
synced 2026-06-14 16:53:47 +08:00
kebab case
This commit is contained in:
@@ -83,7 +83,7 @@ export async function getInputs(): Promise<IGitSourceSettings> {
|
||||
core.debug(`clean = ${result.clean}`)
|
||||
|
||||
// Preserve local changes
|
||||
result.preserveLocalChanges = (core.getInput('preserveLocalChanges') || 'false').toUpperCase() === 'TRUE'
|
||||
result.preserveLocalChanges = (core.getInput('preserve-local-changes') || 'false').toUpperCase() === 'TRUE'
|
||||
core.debug(`preserveLocalChanges = ${result.preserveLocalChanges}`)
|
||||
|
||||
// Filter
|
||||
|
||||
Reference in New Issue
Block a user