Skip to content

Critical fix on action description #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"loc.input.help.archiveFilePatterns": "File paths or patterns of the archive files to extract. Supports multiple lines of minimatch patterns. [More Information](https://go.microsoft.com/fwlink/?LinkId=800269)",
"loc.input.label.destinationFolder": "Destination folder",
"loc.input.help.destinationFolder": "Destination folder into which archive files should be extracted. Use [variables](https://go.microsoft.com/fwlink/?LinkID=550988) if files are not in the repo. Example: $(agent.builddirectory)",
"loc.input.label.cleanDestinationFolder": "Clean destination folder before extracting",
"loc.input.help.cleanDestinationFolder": "Select this option to clean the destination directory before archive contents are extracted into it.",
"loc.input.label.cleanDestinationFolder": "Delete and re-create destination folder before extracting",
"loc.input.help.cleanDestinationFolder": "Select this option to delete and re-create the destination directory before archive contents are extracted into it.",
"loc.messages.ExtractDirFailedinFindFiles": "Specified archive: %s can not be extracted because it is a directory.",
"loc.messages.ExtractNotFileFailed": "Specified archive: %s can not be extracted because it is not a file.",
"loc.messages.ExtractNotAccessibleFile": "Specified archive: %s can not be extracted because it can not be accessed: %s",
Expand All @@ -32,4 +32,4 @@
"loc.messages.CleanDestDir": "Cleaning destination folder before extraction: %s",
"loc.messages.CreateDestDir": "Creating destination folder: %s",
"loc.messages.SucceedMsg": "Successfully extracted all files."
}
}