test
This commit is contained in:
parent
c33695328b
commit
5d261d092f
8
.github/workflows/pyruff.yml
vendored
8
.github/workflows/pyruff.yml
vendored
@ -35,10 +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) }}'
|
||||
echo 'echo ${{ toJson(github.event_name) }}'
|
||||
echo 'echo ${{ toJson(github.event) }}'
|
||||
echo 'echo ${{ toJson(gitea.event_name) }}'
|
||||
echo '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