From 35b62667e5caf8a58f6b9ff2b1869efaf630d143 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 30 Aug 2024 07:26:05 -0400 Subject: [PATCH] [CI] PR-actions: multiline comment fix --- .github/workflows/pr-actions.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-actions.yml b/.github/workflows/pr-actions.yml index ba9a293e5724..078a6665e6ac 100644 --- a/.github/workflows/pr-actions.yml +++ b/.github/workflows/pr-actions.yml @@ -104,7 +104,11 @@ jobs: - name: Report success and ask to run full checks if: ${{ !failure() && !cancelled() }} run: | - gh pr comment $PR_NUM -b "fix:${PR_ACTION} was [successful]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID).\\n### NOW (RE-)RUN \`/fix:all\` to ensure that there are no other check issues." + gh pr comment $PR_NUM --body "$(cat <