fix url
This commit is contained in:
@ -69,10 +69,10 @@ jobs:
|
|||||||
curl -X POST \
|
curl -X POST \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
-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 '{
|
-d '{
|
||||||
"title": "chore: weekly update analytics data",
|
"title": "chore: update analytics data",
|
||||||
"head": "analytics-update",
|
"head": "analytics-update",
|
||||||
"base": "main",
|
"base": "main",
|
||||||
"body": "Auto-Update of Analytics-data"
|
"body": "Automatisches Update der Analytics-Daten"
|
||||||
}'
|
}'
|
||||||
|
Reference in New Issue
Block a user