Update action.yml

pull/1/head
Chris Patterson 6 years ago committed by GitHub
parent fa0fa2e97b
commit 1819984751

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

Loading…
Cancel
Save