0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-26 15:58:20 +02:00

Update action.yml

This commit is contained in:
Chris Patterson 2019-07-22 10:23:47 -04:00 committed by GitHub
parent 43e798a233
commit fa0fa2e97b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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