test #8

Merged
ry.yamafuji merged 3 commits from develop into main 2025-12-04 12:58:05 +09:00
Showing only changes of commit 2c0d6819b2 - Show all commits

View File

@ -35,7 +35,7 @@ jobs:
- name: pull_request message with Ruff Lint results - name: pull_request message with Ruff Lint results
id: prMessageRuffLint id: prMessageRuffLint
run: | run: |
curl -vvv -X POST \ curl -v -X POST \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \ -H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
-d "{\"body\": \"## :mag: Ruff Lint Results\n\`\`\`\ntest\n\`\`\`\"}" \ -d "{\"body\": \"## :mag: Ruff Lint Results\n\`\`\`\ntest\n\`\`\`\"}" \