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

[incubator-nuttx] branch master updated: build.yml: Remove the tail space

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4b37d0b  build.yml: Remove the tail space
4b37d0b is described below

commit 4b37d0b20098310b51b1ac2b11f228958db67d01
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: