Skip to content

Commit d22743f

Browse files
committed
Update docker.yml
1 parent be1a9ff commit d22743f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/docker.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v4
4242
with:
4343
repository: simbit18/nuttx
44-
ref: simbit18-native
44+
ref: simbit18-store
4545
path: sources/nuttx
4646
fetch-depth: 1
4747
- name: Checkout nuttx repo tags
@@ -50,8 +50,8 @@ jobs:
5050
- name: Checkout apps repo
5151
uses: actions/checkout@v4
5252
with:
53-
repository: simbit18/nuttx-apps
54-
ref: simbit18-native
53+
repository: apache/nuttx-apps
54+
ref: master
5555
path: sources/apps
5656
fetch-depth: 1
5757

0 commit comments

Comments
 (0)