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