0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-30 16:32:38 +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 # Default: true
clean: '' clean: ''
# Do a sparse checkout on given patterns # Do a sparse checkout on given patterns. Each pattern should be sepparated with
# Each pattern should be sepparated with new lines # new lines
# Default: null # Default: null
sparse-checkout: '' sparse-checkout: ''

View file

@ -54,7 +54,9 @@ inputs:
description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching' description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching'
default: true default: true
sparse-checkout: 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 default: null
fetch-depth: fetch-depth:
description: 'Number of commits to fetch. 0 indicates all history for all branches and tags.' description: 'Number of commits to fetch. 0 indicates all history for all branches and tags.'