Update 'swagger.yaml'
Some checks reported errors
continuous-integration/drone/push Build was killed

update
This commit is contained in:
2023-02-10 16:57:01 +11:00
parent 178e27bc7e
commit 9a4d099ac4

View File

@@ -81,7 +81,7 @@ paths:
type: knative-workflow
x-direktiv-examples:
# ADD MORE EXAMPLES HERE
- title: Basic
- title: Rely on Direktiv to create input file
content: |-
- id: export-xlsx
type: action
@@ -94,6 +94,16 @@ paths:
jq(.input)
worksheet-name: "TestSpreadsheet"
out-filename: example.xlsx
- title: Use function to create input file
content: |-
- id: export-xlsx
type: action
action:
function: export-xlsx
input:
worksheet-name: "TestSpreadsheet"
out-filename: example.xlsx
in-data: jq(.array | tostring)
x-direktiv-secrets:
- name: export-xlsxSecret
description: This is a secret value