Skip to content

Commit

Permalink
Correct minor typo in extract action input (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
philostler committed Aug 8, 2023
1 parent d3c10f3 commit 0ef9efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ inputs:
default: "."
required: true
extract:
description: "If the downladed assets should be extracted to `out-file-path`. Supports tar, tar.gz and zip"
description: "If the downloaded assets should be extracted to `out-file-path`. Supports tar, tar.gz and zip"
default: "false"
required: false
token:
Expand Down

0 comments on commit 0ef9efa

Please sign in to comment.