--force-overwrite error
nicorikken opened this issue · 0 comments
nicorikken commented
Currently the action fails with the following error:
Error: no such option: "--force-overwrite"
This seems to be related to the recent deprecation of that flag in commit oss-review-toolkit/ort@e906713
The fix seems to replace the option with something like -P ort.forceOverwrite=true
Testing and implementation is needed.