0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-07-02 16:42:40 +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' 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'
default: 'foo/${{github.ref}}'
runs: runs:
plugin: 'checkout' plugin: 'checkout'