Compare commits

...

2 Commits

Author SHA1 Message Date
182378373e Merge branch 'main' of ssh://git.hofer.link:2222/philipp/risp
Some checks failed
CI/CD Pipeline / test (push) Successful in 2m2s
Update CI/CD Pipeline / update (push) Failing after 16m27s
2025-04-01 15:19:08 +02:00
98d369f66e try new syntax 2025-04-01 15:18:57 +02:00

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