mirror of
https://github.com/actions/checkout.git
synced 2026-05-19 10:59:48 +00:00
try preserve local changes option
This commit is contained in:
+4
-1
@@ -56,7 +56,10 @@ inputs:
|
||||
description: 'Relative path under $GITHUB_WORKSPACE to place the repository'
|
||||
clean:
|
||||
description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching'
|
||||
default: true
|
||||
default: 'true'
|
||||
preserveLocalChanges:
|
||||
description: 'Whether to preserve local changes during checkout. If true, tries to preserve local files that are not tracked by Git. By default, all files will be overwritten.'
|
||||
default: 'false'
|
||||
filter:
|
||||
description: >
|
||||
Partially clone against a given filter.
|
||||
|
||||
Reference in New Issue
Block a user