mirror of
https://github.com/actions/cache.git
synced 2026-04-30 23:52:24 +02:00
Update dist folder
This commit is contained in:
Vendored
+3
-2
@@ -36963,8 +36963,9 @@ function getInputAsArray(name, options) {
|
||||
return core
|
||||
.getInput(name, options)
|
||||
.split("\n")
|
||||
.map(s => s.trim())
|
||||
.filter(x => x !== "");
|
||||
.map(s => s.replace(/^\!\s+/, '!').trim())
|
||||
.filter(x => x !== "")
|
||||
.sort();
|
||||
}
|
||||
exports.getInputAsArray = getInputAsArray;
|
||||
function getInputAsInt(name, options) {
|
||||
|
||||
Vendored
+3
-2
@@ -36963,8 +36963,9 @@ function getInputAsArray(name, options) {
|
||||
return core
|
||||
.getInput(name, options)
|
||||
.split("\n")
|
||||
.map(s => s.trim())
|
||||
.filter(x => x !== "");
|
||||
.map(s => s.replace(/^\!\s+/, '!').trim())
|
||||
.filter(x => x !== "")
|
||||
.sort();
|
||||
}
|
||||
exports.getInputAsArray = getInputAsArray;
|
||||
function getInputAsInt(name, options) {
|
||||
|
||||
Reference in New Issue
Block a user