Update 'swagger.yaml'
Some checks reported errors
continuous-integration/drone/push Build was killed
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:
@@ -62,7 +62,9 @@ paths:
|
|||||||
infile:
|
infile:
|
||||||
type: string
|
type: string
|
||||||
description: Name of the json input file to utilise
|
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:
|
worksheet-name:
|
||||||
type: string
|
type: string
|
||||||
description: Label for the worksheet created in the spreadsheet
|
description: Label for the worksheet created in the spreadsheet
|
||||||
@@ -106,7 +108,7 @@ paths:
|
|||||||
silent: false
|
silent: false
|
||||||
print: true
|
print: true
|
||||||
- action: exec
|
- action: exec
|
||||||
exec: ls -la /tmp
|
exec: "/bin/bash -c \"echo '{{ .InData | toJson }}' > /tmp/input.json\""
|
||||||
silent: false
|
silent: false
|
||||||
print: true
|
print: true
|
||||||
- action: exec
|
- action: exec
|
||||||
|
Reference in New Issue
Block a user