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

fix undefined command line argument
This commit is contained in:
2023-02-10 15:41:01 +11:00
parent 270e115c65
commit ec623f7b0a

View File

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