Skip to content

Commit 0ef9efa

Browse files
authored
Correct minor typo in extract action input (#666)
1 parent d3c10f3 commit 0ef9efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ inputs:
3131
default: "."
3232
required: true
3333
extract:
34-
description: "If the downladed assets should be extracted to `out-file-path`. Supports tar, tar.gz and zip"
34+
description: "If the downloaded assets should be extracted to `out-file-path`. Supports tar, tar.gz and zip"
3535
default: "false"
3636
required: false
3737
token:

0 commit comments

Comments
 (0)