From 14e7ff729dc9f3e0d67c59918922e9ffb78dcf83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Ga=C5=82at?= Date: Thu, 11 Apr 2024 08:18:16 +0000 Subject: [PATCH] CI: print the config read from PR comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit just for debugging Signed-off-by: Robert Gałat --- .github/workflows/on-pr_nrf_manifest_update_PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-pr_nrf_manifest_update_PR.yml b/.github/workflows/on-pr_nrf_manifest_update_PR.yml index c7644b4184..06bec8d4a5 100644 --- a/.github/workflows/on-pr_nrf_manifest_update_PR.yml +++ b/.github/workflows/on-pr_nrf_manifest_update_PR.yml @@ -24,7 +24,7 @@ jobs: fi; - name: Create manifest PR - if: ${{steps.config.outcome.Create_NRF_PR == 'true' }} + if: ${{ steps.config.outcome.Create_NRF_PR }} uses: nrfconnect/action-manifest-pr@main with: token: ${{ secrets.NCS_GITHUB_TOKEN }}