プルリク情報
This commit is contained in:
parent
8c3545a93f
commit
37c5d586fa
4
.github/workflows/pyruff.yml
vendored
4
.github/workflows/pyruff.yml
vendored
@ -37,10 +37,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo 'echo ${{ toJson(github.event_name) }}'
|
echo 'echo ${{ toJson(github.event_name) }}'
|
||||||
echo 'echo ${{ toJson(github.event) }}'
|
echo 'echo ${{ toJson(github.event) }}'
|
||||||
echo 'echo ${{ toJson(gitea.event_name) }}'
|
|
||||||
echo 'echo ${{ toJson(gitea.event) }}'
|
|
||||||
curl -v -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\`\`\`\"}" \
|
||||||
${{ 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user