Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit d9329e1

Browse files
committed
Append default value to checkout_dir
1 parent 9c3bcc9 commit d9329e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inputs:
2727
default: false
2828
checkout_dir:
2929
description: 'Name of directory to check out'
30-
required: true
30+
default: '.'
3131
depth:
3232
description: 'git clone --depth={} option'
3333
default: ''

0 commit comments

Comments
 (0)