diff --git a/.github/workflows/self-comment-ci.yml b/.github/workflows/self-comment-ci.yml index 61d0866e75..d5f0cc82ec 100644 --- a/.github/workflows/self-comment-ci.yml +++ b/.github/workflows/self-comment-ci.yml @@ -145,7 +145,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} MODELS: ${{ needs.get-tests.outputs.models }} - BODY: "This comment contains run-slow, running the specified jobs:\n\nmodels: ${{ needs.get-tests.outputs.models }}\nquantizations: ${{ needs.get-tests.outputs.quantizations }}" + BODY: "\n\nmodels: ${{ needs.get-tests.outputs.models }}\nquantizations: ${{ needs.get-tests.outputs.quantizations }}" run: | gh api \ --method POST \