1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +13:00

Rename user presentable strings from workflow blocks to steps

This commit is contained in:
Andrew Kingston 2020-09-17 15:08:22 +01:00
parent f341b5f0a9
commit 8570af1c22

View file

@ -34,7 +34,7 @@
type: value.type,
description: value.description,
category: idx === 0 ? "Trigger outputs" : `Step ${idx} outputs`,
path: idx === 0 ? `trigger.${name}` : `blocks.${idx}.${name}`,
path: idx === 0 ? `trigger.${name}` : `steps.${idx}.${name}`,
}))
)
}