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