diff --git a/.github/workflows/comment-pr.yml b/.github/workflows/comment-pr.yml index a63b789cd8439..220b3c819d2f0 100644 --- a/.github/workflows/comment-pr.yml +++ b/.github/workflows/comment-pr.yml @@ -45,11 +45,11 @@ jobs: run: | if [ -s error.log ] then - gh pr comment $(> $GITHUB_STEP_SUMMARY env: - GITHUB_PUBLIC_URL: ${{ format('{0}/{1}/pull', github.server_url, github.repository) }} + GITHUB_PUBLIC_URL: ${{ format('{0}/{1}/pull', github.server_url, github.repository) }} INPUT_PRS: ${{ steps.set-prs.outputs.prs }}