mirror of
https://github.com/apache/nuttx.git
synced 2026-05-11 07:48:59 +08:00
089b5e07c7
When building a branch like `releases/12.7`, the CI Workflow incorrectly checks out the `master` branch of `nuttx-apps`, instead of `releases/12.7`. This PR fixes a typo in `apps_ref`, to check out the correct branch.