pr_workflow #42

Closed
tischrei wants to merge 6 commits from pr_workflow into main
Showing only changes of commit 7279e5e043 - Show all commits

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"
}'