diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index f3c4d241687..5cee18ae118 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -71,9 +71,7 @@ jobs: { echo '' >> "$GITHUB_STEP_SUMMARY" 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