test #8

Merged
ry.yamafuji merged 3 commits from develop into main 2025-12-04 12:58:05 +09:00

View File

@ -35,7 +35,11 @@ jobs:
- name: pull_request message with Ruff Lint results
id: prMessageRuffLint
run: |
curl -vvv -X POST \
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\`\`\`\"}" \