From d606f676997e67710ee6c1edc0b91f25baccde02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Wed, 6 Mar 2024 05:52:36 +0000 Subject: [PATCH] CI(clang-format): Edit text in job summary --- .github/workflows/clang-format-check.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index f3c4d241687..90b92cd636e 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -69,11 +69,9 @@ jobs: if: ${{ steps.verify-changed-files.outputs.files_changed == 'true' }} run: | { - echo '' >> "$GITHUB_STEP_SUMMARY" + echo '' echo 'Suggestions can only be added near to lines changed in this PR.' - echo 'All these fixed files are included in the artifact.' - echo 'The artifact can be downloaded and copied to the the repository' - echo 'to replace unformatted files with the formatted files.' + echo 'All these fixed files are included in the artifact. The artifact can be downloaded and copied to the the repository to replace unformatted files with the formatted files.' } >> "$GITHUB_STEP_SUMMARY" exit 1 - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1