This commit is contained in:
Ganeshrockz 2021-04-14 20:05:45 +05:30
Родитель ee4b5d33e0
Коммит a58ad23e7f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,7 @@ export async function run() {
namespace = 'default';
}
let action = core.getInput('action');
let manifests = manifestsInput.split(/[\n,]+/);
let manifests = manifestsInput.split(/[\n,]+/).filter(manifest => manifest.trim().length > 0);
if (manifests.length > 0) {
manifests = manifests.map(manifest => {