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

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