From 0b72127811f45c6e87525079c5c7b50434bdfc9e Mon Sep 17 00:00:00 2001 From: PSBigBig + MiniPS Date: Sun, 8 Mar 2026 16:43:18 +0800 Subject: [PATCH] Update wfgy-auto-reply.yml --- .github/workflows/wfgy-auto-reply.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/wfgy-auto-reply.yml b/.github/workflows/wfgy-auto-reply.yml index 244f3197..9c0271f9 100644 --- a/.github/workflows/wfgy-auto-reply.yml +++ b/.github/workflows/wfgy-auto-reply.yml @@ -15,20 +15,11 @@ jobs: uses: actions/github-script@v7 with: script: | - const body = ` -Thanks for opening this issue. - -PSBigBig is currently somewhere thinking about life, the universe, and possibly debugging the meaning of existence. - -Your issue has been recorded. -He will take a look when he returns to this dimension. - -Thanks again for contributing to the project. -`; + const body = "Thanks for opening this issue.\n\nPSBigBig is currently somewhere thinking about life, the universe, and possibly debugging the meaning of existence.\n\nYour issue has been recorded. He will take a look when he returns.\n\nThanks again for contributing."; github.rest.issues.createComment({ - issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, + issue_number: context.issue.number, body: body });