1
0
mirror of https://github.com/actions/checkout.git synced 2026-07-11 19:23:49 +08:00

Compare commits

..

1 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
8da04f86f4 Initial plan 2026-03-13 21:33:07 +00:00
2 changed files with 2 additions and 5 deletions

View File

@@ -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: ''

View File

@@ -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: >