mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 17:12:03 +03:00
Add exclude_from_clean
option
This commit is contained in:
parent
85e6279cec
commit
ed2311a594
10 changed files with 45 additions and 12 deletions
|
@ -57,6 +57,8 @@ inputs:
|
|||
clean:
|
||||
description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching'
|
||||
default: true
|
||||
exclude_from_clean:
|
||||
description: 'The path to exclude from cleaning'
|
||||
filter:
|
||||
description: >
|
||||
Partially clone against a given filter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue