From cd4ef8fde624655e7a0640898555c685ff297f9f Mon Sep 17 00:00:00 2001 From: chapple Date: Thu, 13 Nov 2025 19:26:29 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=97=E3=83=AB=E3=83=AA=E3=82=AF=E3=82=A8?= =?UTF-8?q?=E3=82=B9=E3=83=88=E3=83=AF=E3=83=BC=E3=82=AF=E3=83=95=E3=83=AD?= =?UTF-8?q?=E3=83=BC=E3=83=86=E3=82=B9=E3=83=88=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index aeb71ec..088b904 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -12,6 +12,6 @@ jobs: contents: read steps: - uses: actions/checkout@v4 - - run: gh pr comment "${GITHUB_HEAD_REF}" --body"Hello, ${GITHUB_ACTOR}" + - run: gh pr comment "${GITHUB_HEAD_REF}" --body "Hello, ${GITHUB_ACTOR}" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}