mirror of
https://github.com/actions/checkout.git
synced 2026-07-11 19:23:49 +08:00
Compare commits
1 Commits
c80f31d137
...
copilot/re
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8da04f86f4 |
@@ -113,8 +113,6 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
||||
clean: ''
|
||||
|
||||
# Partially clone against a given filter. Overrides sparse-checkout if set.
|
||||
# Note that when a filter is provided, fetch-depth is still respected; you
|
||||
# may want to specify `fetch-depth: 0` to ensure the full history is fetched.
|
||||
# Default: null
|
||||
filter: ''
|
||||
|
||||
|
||||
@@ -59,9 +59,8 @@ inputs:
|
||||
default: true
|
||||
filter:
|
||||
description: >
|
||||
Partially clone against a given filter. Overrides sparse-checkout if set.
|
||||
Note that when a filter is provided, fetch-depth is still respected; you
|
||||
may want to specify `fetch-depth: 0` to ensure the full history is fetched.
|
||||
Partially clone against a given filter.
|
||||
Overrides sparse-checkout if set.
|
||||
default: null
|
||||
sparse-checkout:
|
||||
description: >
|
||||
|
||||
Reference in New Issue
Block a user