From 37c5d586fa316e458e12f6e6637940cbbb72b01c Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Thu, 4 Dec 2025 13:00:47 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=97=E3=83=AB=E3=83=AA=E3=82=AF=E6=83=85?= =?UTF-8?q?=E5=A0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pyruff.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pyruff.yml b/.github/workflows/pyruff.yml index 41accff..6c5339d 100644 --- a/.github/workflows/pyruff.yml +++ b/.github/workflows/pyruff.yml @@ -37,10 +37,8 @@ jobs: run: | echo 'echo ${{ toJson(github.event_name) }}' echo 'echo ${{ toJson(github.event) }}' - echo 'echo ${{ toJson(gitea.event_name) }}' - echo 'echo ${{ toJson(gitea.event) }}' curl -v -X POST \ -H "Content-Type: application/json" \ -H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \ -d "{\"body\": \"## :mag: Ruff Lint Results\n\`\`\`\ntest\n\`\`\`\"}" \ - ${{ gitea.server_url }}/api/v1/repos/${{ gitea.repository }}/issues/${{ github.event.pull_request.number }}/comments + ${{ gitea.server_url }}/api/v1/repos/${{ gitea.repository }}/issues/8/comments