1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +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 f9c616e3e8
commit b3693319f8

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}`,
}))
)
}