0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-30 16:32:38 +02:00
This commit is contained in:
Tingluo Huang 2019-07-19 16:24:18 -04:00
parent 20b1cf302e
commit 2a54a4e6a3

View file

@ -26,5 +26,6 @@ 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'