0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-28 16:18:20 +02:00

feat: action.yml and README.md updated with correct lint

This commit is contained in:
Daniel 2023-05-02 20:40:13 +02:00
parent 55b0bfb9c8
commit 18e5a0dd62
2 changed files with 5 additions and 3 deletions

View file

@ -74,8 +74,8 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
# Default: true
clean: ''
# Do a sparse checkout on given patterns
# Each pattern should be sepparated with new lines
# Do a sparse checkout on given patterns. Each pattern should be sepparated with
# new lines
# Default: null
sparse-checkout: ''

View file

@ -54,7 +54,9 @@ inputs:
description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching'
default: true
sparse-checkout:
description: 'Do a sparse checkout on given patterns'
description: >
Do a sparse checkout on given patterns.
Each pattern should be sepparated with new lines
default: null
fetch-depth:
description: 'Number of commits to fetch. 0 indicates all history for all branches and tags.'