This commit is contained in:
ry.yamafuji 2025-12-04 12:57:17 +09:00
parent c33695328b
commit 5d261d092f

View File

@ -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 }}" \