зеркало из https://github.com/Azure/k8s-deploy.git
PR comments
This commit is contained in:
Родитель
ee4b5d33e0
Коммит
a58ad23e7f
|
@ -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 => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче