エラー修正

This commit is contained in:
ry.yamafuji 2025-12-04 09:12:40 +09:00
parent fb9c731e48
commit a032331291

View File

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