test #8
4
.github/workflows/pyruff.yml
vendored
4
.github/workflows/pyruff.yml
vendored
@ -35,6 +35,10 @@ jobs:
|
|||||||
- name: pull_request message with Ruff Lint results
|
- name: pull_request message with Ruff Lint results
|
||||||
id: prMessageRuffLint
|
id: prMessageRuffLint
|
||||||
run: |
|
run: |
|
||||||
|
echo '${{ toJson(github.event_name) }}'
|
||||||
|
echo '${{ toJson(github.event) }}'
|
||||||
|
echo '${{ toJson(gitea.event_name) }}'
|
||||||
|
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 }}" \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user