You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/03/31 16:02:37 UTC

[incubator-nuttx] 02/06: CI: Specify this repository explicitly

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit b30b9424176db5a617dde7bed68446fb379780e7
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Tue Mar 31 15:08:32 2020 +0900

    CI: Specify this repository explicitly
    
    So that it can be shared with other repos.
---
 .github/workflows/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 56526a4..99792ac 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -28,6 +28,7 @@ jobs:
     - name: Checkout nuttx repo
       uses: actions/checkout@v2
       with:
+        repository: apache/incubator-nuttx
         path: nuttx
         fetch-depth: 0