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

go back to old way of getting json data in
This commit is contained in:
2023-02-10 16:54:27 +11:00
parent 7d0d172bf9
commit bceb78033c

View File

@@ -62,7 +62,9 @@ paths:
infile:
type: string
description: Name of the json input file to utilise
#default: "/tmp/input.json"
in-data:
type: object
description: json input to convert to spreadsheet
worksheet-name:
type: string
description: Label for the worksheet created in the spreadsheet
@@ -106,7 +108,7 @@ paths:
silent: false
print: true
- action: exec
exec: ls -la /tmp
exec: "/bin/bash -c \"echo '{{ .InData | toJson }}' > /tmp/input.json\""
silent: false
print: true
- action: exec