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 298392e283 Update build.yml
298392e283 is described below

commit 298392e283097c64b3f54d2ae315a0a644e57620
Author: Lup Yuen Lee <[email protected]>
AuthorDate: Tue Oct 1 16:48:48 2024 +0800

    Update build.yml
---
 .github/workflows/build.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 272cd18447..3560883b4c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -159,6 +159,9 @@ jobs:
           BLOBDIR: /tools/blobs
         with:
           run: |
+            #### Begin Test
+            echo ${{steps.label-the-PR.outputs.all-labels}}
+            #### End Test
             echo "::add-matcher::sources/nuttx/.github/gcc.json"
             export ARTIFACTDIR=`pwd`/buildartifacts
             git config --global --add safe.directory 
/github/workspace/sources/nuttx

Reply via email to