mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
The sticky-pull-request-comment action requires a non-empty file when using the path input. When the filtered link checker finds no broken links in changed files, it produces an empty file causing the action to fail with "Either message or path input is required". Ensure the results file always has content by writing a fallback message when the file is missing or empty. Signed-off-by: Ramon Roche <mrpollo@gmail.com>