mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-23 13:06:17 +02:00
Remove sort logic from inputs
This commit is contained in:
parent
ac8075791e
commit
68d96986b5
5 changed files with 7 additions and 27 deletions
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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue