1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-04-26 22:09:55 +02:00

Merge tag 'v4' into mendsley/node20

This commit is contained in:
Matthew Endsley 2024-02-09 20:43:50 -08:00
commit abd4db0ed1
No known key found for this signature in database
GPG key ID: 4B069B1B3A44C45E
81 changed files with 39743 additions and 43599 deletions

View file

@ -56,9 +56,29 @@ inputs:
clean-exclude:
description: 'Comma separated paths to exclude when executing `git clean -ffdx`'
default: ''
filter:
description: >
Partially clone against a given filter.
Overrides sparse-checkout if set.
default: null
sparse-checkout:
description: >
Do a sparse checkout on given patterns.
Each pattern should be separated with new lines.
default: null
sparse-checkout-cone-mode:
description: >
Specifies whether to use cone-mode when doing a sparse checkout.
default: true
fetch-depth:
description: 'Number of commits to fetch. 0 indicates all history for all branches and tags.'
default: 1
fetch-tags:
description: 'Whether to fetch tags, even if fetch-depth > 0.'
default: false
show-progress:
description: 'Whether to show progress status output when fetching.'
default: true
lfs:
description: 'Whether to download Git-LFS files'
default: false
@ -92,6 +112,6 @@ output:
description: The SHA1 ref that was checked out
runs:
using: node16
using: node20
main: dist/index.js
post: dist/index.js