mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-04-17 12:26:07 +08:00
PR comments
This commit is contained in:
parent
ee4b5d33e0
commit
a58ad23e7f
@ -59,7 +59,7 @@ export async function run() {
|
|||||||
namespace = 'default';
|
namespace = 'default';
|
||||||
}
|
}
|
||||||
let action = core.getInput('action');
|
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) {
|
if (manifests.length > 0) {
|
||||||
manifests = manifests.map(manifest => {
|
manifests = manifests.map(manifest => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user