mirror of
https://github.com/actions/cache.git
synced 2025-06-23 19:08:03 +02:00
Remove sort logic from inputs
This commit is contained in:
3
dist/restore/index.js
vendored
3
dist/restore/index.js
vendored
@ -38437,8 +38437,7 @@ function getInputAsArray(name, options) {
|
||||
.getInput(name, options)
|
||||
.split("\n")
|
||||
.map(s => s.replace(/^!\s+/, "!").trim())
|
||||
.filter(x => x !== "")
|
||||
.sort();
|
||||
.filter(x => x !== "");
|
||||
}
|
||||
exports.getInputAsArray = getInputAsArray;
|
||||
function getInputAsInt(name, options) {
|
||||
|
Reference in New Issue
Block a user