diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index f1efe09..fe1e2dc 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -49,7 +49,7 @@ jobs: curl -X POST "https://git.hofer.link/api/v1/repos/philipp/risp/pulls" \ -H "Authorization: token $GITEATOKEN" \ -H "Content-Type: application/json" \ - -d '{"title":"Update laws","head":"update-branch","base":"main","body":"Automated update of laws.", "assignee": "philipp"}' + -d '{"title":"Update laws","head":"update-branch","base":"main","body":"Automated update of laws.", "assignees": ["philipp"]}' else echo "No changes to create a pull request." fi