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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8fce648452 Update build.yml
8fce648452 is described below

commit 8fce6484526f90d20f6001bbb097ce8c766790aa
Author: Lup Yuen Lee <[email protected]>
AuthorDate: Tue Oct 1 16:49:18 2024 +0800

    Update build.yml
---
 .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 3560883b4c..d93920e56d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -160,7 +160,7 @@ jobs:
         with:
           run: |
             #### Begin Test
-            echo ${{steps.label-the-PR.outputs.all-labels}}
+            echo labels=${{steps.label-the-PR.outputs.all-labels}}
             #### End Test
             echo "::add-matcher::sources/nuttx/.github/gcc.json"
             export ARTIFACTDIR=`pwd`/buildartifacts

Reply via email to