feat: think we're at feature parity

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-09-28 04:45:09 +02:00
parent fe2324e630
commit 154b86e1da
4 changed files with 67 additions and 28 deletions
@@ -7,28 +7,27 @@ metadata:
spec:
type: website
parameters:
- name: Enter some stuff
description: Enter some stuff
properties:
inputString:
type: string
title: string input test
inputObject:
type: object
title: object input test
properties:
first:
type: string
title: first
second:
type: number
title: second
- name: Enter some stuff
description: Enter some stuff
properties:
inputString:
type: string
title: string input test
inputObject:
type: object
title: object input test
properties:
first:
type: string
title: first
second:
type: number
title: second
steps:
- id: debug
name: Debug
action: debug:log
input:
message: ${{ parameters.inputString }}
extra: ${{ parameters.inputObject }}
- id: debug
if: ${{ true === true }}
name: Debug
action: debug:log
input:
message: ${{ parameters.inputString }}
extra: ${{ parameters.inputObject }}