1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-08-14 17:30:50 +00:00

kebab case

This commit is contained in:
Salman Muin Kayser Chishti 2025-08-11 12:25:16 +01:00
parent 45fe6460ed
commit f04b821901
4 changed files with 30 additions and 9 deletions

View file

@ -97,9 +97,10 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
clean: ''
# 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.
# local files that are not tracked by Git. By default, all files will be
# overwritten.
# Default: false
preserveLocalChanges: ''
preserve-local-changes: ''
# Partially clone against a given filter. Overrides sparse-checkout if set.
# Default: null
@ -349,7 +350,7 @@ steps:
uses: actions/checkout@v5
with:
clean: false
preserveLocalChanges: true
preserve-local-changes: true
```
# Recommended permissions