fix url
All checks were successful
Run Tox Check / tox-py312 (pull_request) Successful in 15s
Run Tox Check / tox-pep8 (pull_request) Successful in 15s

This commit is contained in:
2025-08-11 09:09:13 +00:00
parent e1ca847868
commit 7279e5e043

View File

@ -69,10 +69,10 @@ jobs:
curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
https://gitea.example/api/v1/repos/org/repo/pulls \
https://gitea.eco.tsi-dev.otc-service.com/api/v1/repos/infra/otc-metadata-rework/pulls \
-d '{
"title": "chore: weekly update analytics data",
"title": "chore: update analytics data",
"head": "analytics-update",
"base": "main",
"body": "Auto-Update of Analytics-data"
"body": "Automatisches Update der Analytics-Daten"
}'