You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/04/23 23:04:43 UTC

[incubator-nuttx] 03/05: build.yml: Remove the tail space

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

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

commit 60ec2b408cceb7e208bf9af6bf4abefbd406e9c6
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sat Apr 18 19:46:07 2020 +0800

    build.yml: Remove the tail space
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 269c127..3395d45 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
         login-server: docker.pkg.github.com
         username: ${GITHUB_ACTOR}
         password: ${{ secrets.GITHUB_TOKEN }}
-    
+
     - name: Docker Pull
       uses: nick-invision/retry@v1
       with: