mirror of
https://github.com/actions/checkout.git
synced 2025-03-31 05:20:06 +02:00
Update action.yml
This commit is contained in:
parent
43e798a233
commit
fa0fa2e97b
1 changed files with 2 additions and 6 deletions
|
@ -4,12 +4,8 @@ author: 'GitHub'
|
|||
inputs:
|
||||
repository:
|
||||
description: 'Repository name'
|
||||
required: true
|
||||
default: ${{ github.repository }}
|
||||
ref:
|
||||
description: 'Ref to checkout (SHA, branch, tag)'
|
||||
required: true
|
||||
default: ${{ github.sha }}
|
||||
description: 'Ref to checkout (SHA, branch, tag).'
|
||||
token:
|
||||
description: 'Access token for clone repository'
|
||||
default: ${{ github.token }}
|
||||
|
@ -20,7 +16,7 @@ inputs:
|
|||
description: 'Directory containing files to upload'
|
||||
lfs:
|
||||
description: 'Whether to download Git-LFS files; defaults to false'
|
||||
fetchDepth:
|
||||
fetch-depth:
|
||||
description: 'The depth of commits to ask Git to fetch; defaults to no limit'
|
||||
path:
|
||||
description: 'Optional path to check out source code'
|
||||
|
|
Loading…
Add table
Reference in a new issue