mirror of
https://github.com/actions/checkout.git
synced 2025-04-04 23:40: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:
|
inputs:
|
||||||
repository:
|
repository:
|
||||||
description: 'Repository name'
|
description: 'Repository name'
|
||||||
required: true
|
|
||||||
default: ${{ github.repository }}
|
|
||||||
ref:
|
ref:
|
||||||
description: 'Ref to checkout (SHA, branch, tag)'
|
description: 'Ref to checkout (SHA, branch, tag).'
|
||||||
required: true
|
|
||||||
default: ${{ github.sha }}
|
|
||||||
token:
|
token:
|
||||||
description: 'Access token for clone repository'
|
description: 'Access token for clone repository'
|
||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
|
@ -20,7 +16,7 @@ inputs:
|
||||||
description: 'Directory containing files to upload'
|
description: 'Directory containing files to upload'
|
||||||
lfs:
|
lfs:
|
||||||
description: 'Whether to download Git-LFS files; defaults to false'
|
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'
|
description: 'The depth of commits to ask Git to fetch; defaults to no limit'
|
||||||
path:
|
path:
|
||||||
description: 'Optional path to check out source code'
|
description: 'Optional path to check out source code'
|
||||||
|
|
Loading…
Add table
Reference in a new issue