mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-04-06 04:52:17 +08:00
fixed files to file (#265)
This commit is contained in:
parent
b9a9965750
commit
8ce7d1dcdd
@ -258,7 +258,7 @@ async function labelResources(
|
||||
const labelResults = []
|
||||
for (const file of files) {
|
||||
try {
|
||||
const labelResult = await kubectl.labelFiles(files, labels)
|
||||
const labelResult = await kubectl.labelFiles(file, labels)
|
||||
labelResults.push(labelResult)
|
||||
} catch (e) {
|
||||
core.warning(`failed to annotate resource: ${e}`)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user