mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Add fetch-depth: 0 to the checkout step in docs_flaw_checker.yml. Without a full clone, tj-actions/changed-files cannot find the merge base between main and the PR branch, causing the job to fail with "no merge base". Signed-off-by: Ramon Roche <mrpollo@gmail.com>