0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-17 14:28:20 +02:00

Update action.yml

This commit is contained in:
Chris Patterson 2019-07-22 10:25:12 -04:00 committed by GitHub
parent fa0fa2e97b
commit 1819984751

View file

@ -5,10 +5,9 @@ inputs:
repository:
description: 'Repository name'
ref:
description: 'Ref to checkout (SHA, branch, tag).'
description: 'Ref to checkout (SHA, branch, tag)'
token:
description: 'Access token for clone repository'
default: ${{ github.token }}
clean:
description: 'If true, execute `execute git clean -ffdx && git reset --hard HEAD` before fetching'
default: true
@ -20,6 +19,5 @@ inputs:
description: 'The depth of commits to ask Git to fetch; defaults to no limit'
path:
description: 'Optional path to check out source code'
default: 'foo/${{github.ref}}'
runs:
plugin: 'checkout'