mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-22 11:25:31 +00:00
Remove sort logic from inputs
This commit is contained in:
parent
ac8075791e
commit
68d96986b5
5 changed files with 7 additions and 27 deletions
|
@ -62,8 +62,7 @@ export function getInputAsArray(
|
|||
.getInput(name, options)
|
||||
.split("\n")
|
||||
.map(s => s.replace(/^!\s+/, "!").trim())
|
||||
.filter(x => x !== "")
|
||||
.sort();
|
||||
.filter(x => x !== "");
|
||||
}
|
||||
|
||||
export function getInputAsInt(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue