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/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 01bba4542a build.yml: Undo debug print
01bba4542a is described below

commit 01bba4542a8738dcb4f9a2333a7862a860693ea1
Author: Lup Yuen Lee <[email protected]>
AuthorDate: Tue Oct 1 17:11:26 2024 +0800

    build.yml: Undo debug print
    
    Undo the unintended changes for debug printing. I edited the wrong repo, I 
am deeply sorry about this.
---
 .github/workflows/build.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d93920e56d..272cd18447 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -159,9 +159,6 @@ jobs:
           BLOBDIR: /tools/blobs
         with:
           run: |
-            #### Begin Test
-            echo labels=${{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