From 70a80805ecb7b2e6c6f44a803a6709bb9fda0a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Ga=C5=82at?= Date: Tue, 24 Oct 2023 12:22:41 +0200 Subject: [PATCH] GHA: fix remove dangling "`" character MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix typo Signed-off-by: Robert Gałat --- .github/workflows/common_run_dut_ut.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common_run_dut_ut.yml b/.github/workflows/common_run_dut_ut.yml index a092bf122b..3310157e22 100644 --- a/.github/workflows/common_run_dut_ut.yml +++ b/.github/workflows/common_run_dut_ut.yml @@ -114,5 +114,5 @@ jobs: echo "##Summary" >> summary lcov --summary coverage.info >> summary echo "#File coverage" >> summary - lcov --list coverage.info` >> summary + lcov --list coverage.info >> summary cat summary >> $GITHUB_STEP_SUMMARY