From 15c2c141eb54042577f7bda2f8fd313c5f12cfc3 Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Tue, 1 Oct 2024 17:11:26 +0800 Subject: [PATCH] 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 d93920e56d8bc..272cd18447c5f 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