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

This commit is contained in:
2023-02-10 15:49:48 +11:00
parent 5af2c7b81c
commit f3e19a8937

View File

@@ -91,7 +91,7 @@ paths:
x-direktiv:
cmds:
- action: exec
exec: /bin/json2excel -worksheetName "{{ .WorksheetName }}" -outputFilename '{{ .OutFilename }}'
exec: /bin/json2excel -inputJson input.json -worksheetName "{{ .WorksheetName }}" -outputFilename '{{ .OutFilename }}'
silent: false
print: true
- action: exec