エラー修正
This commit is contained in:
parent
fb9c731e48
commit
a032331291
2
.github/workflows/pyruff.yml
vendored
2
.github/workflows/pyruff.yml
vendored
@ -41,7 +41,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 -X POST \
|
curl -X POST \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-H "Authorization: token ${GITEA_TOKEN}" \
|
-H "Authorization: token ${GITEA_TOKEN}" \
|
||||||
-d "{\"body\": \"## :mag: Ruff Lint Results\n\`\`\`\ntest\n\`\`\`\"}" \
|
-d "{\"body\": \"## :mag: Ruff Lint Results\n\`\`\`\ntest\n\`\`\`\"}" \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user