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

blah
This commit is contained in:
2023-02-10 17:02:42 +11:00
parent 1abf3ec7bd
commit a69be30d59

View File

@@ -126,7 +126,7 @@ paths:
silent: false
print: true
- action: exec
exec: /bin/json2excel -inputJson {{- if eq (deref .Infile) "" }} "/tmp/input.json" {{- else }} {{ .Infile }} {{- end }} input.json -worksheetName "{{ .WorksheetName }}" -outputFilename '{{ .OutFilename }}'
exec: /bin/json2excel -inputJson {{- if eq (deref .Infile) "" }} "/tmp/input.json" {{- else }} {{ .Infile }} {{- end }} -worksheetName "{{ .WorksheetName }}" -outputFilename '{{ .OutFilename }}'
silent: false
print: true
- action: exec