try new syntax

This commit is contained in:
Philipp Hofer 2025-04-01 15:18:57 +02:00
parent e2af2b4f47
commit 98d369f66e

View File

@ -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