テスト
This commit is contained in:
parent
2c0d6819b2
commit
c33695328b
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
|
||||
id: prMessageRuffLint
|
||||
run: |
|
||||
echo '${{ toJson(github.event_name) }}'
|
||||
echo '${{ toJson(github.event) }}'
|
||||
echo '${{ toJson(gitea.event_name) }}'
|
||||
echo '${{ toJson(gitea.event) }}'
|
||||
curl -v -X POST \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user