We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defa45b commit cebba82Copy full SHA for cebba82
.github/actions/checkout/action.yml
@@ -5,6 +5,8 @@ inputs:
5
artifact-id:
6
description: The artifact-id to download and unpack. If not given, a standard git checkout is ran
7
required: false
8
+ default: ''
9
+
10
path:
11
description: Where to checkout to
12
default: ''
0 commit comments