Skip to content

Commit

Permalink
Change apache/nuttx to lupyuen5/label-nuttx
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen authored Nov 14, 2024
1 parent 5536f09 commit 80b312a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
# Determine the repo and leave that unset to use the normal checkout behavior
# of using the merge commit instead of HEAD
case $GITHUB_REPOSITORY in
"apache/nuttx")
#### "apache/nuttx")
"lupyuen5/label-nuttx") ####
# OS
echo "Triggered by change in OS"
APPS_REF=$REF_NAME
Expand All @@ -92,7 +93,8 @@ jobs:
- name: Checkout nuttx repo
uses: actions/checkout@v4
with:
repository: apache/nuttx
#### repository: apache/nuttx
repository: lupyuen5/label-nuttx ####
ref: ${{ steps.gittargets.outputs.os_ref }}
path: sources/nuttx
fetch-depth: 1
Expand Down

0 comments on commit 80b312a

Please sign in to comment.