You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add option for custom path to summary comment output (#388)
ref
- cpp-linter/cpp-linter#205
- cpp-linter/cpp-linter#206
Allows exporting the step summary comment to a custom file path.
Useful as a workaround for contexts with restricted permissions (eg
private repos).
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Added a new CLI option to save the generated summary to a file.
* Summary files can use either an absolute path or a path relative to
the repository root.
* **Bug Fixes**
* Summary content is now generated whenever file output is requested,
even if step-based summary posting is off.
* Improved error reporting for file and directory write failures.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments