mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
build.yml: Check out the correct branch of nuttx-apps
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.
This commit is contained in:
@@ -86,7 +86,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "name=$OS_REF" >> $GITHUB_OUTPUT
|
echo "name=$OS_REF" >> $GITHUB_OUTPUT
|
||||||
echo "app_ref=$APPS_REF" >> $GITHUB_OUTPUT
|
echo "apps_ref=$APPS_REF" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Checkout nuttx repo
|
- name: Checkout nuttx repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user