This commit is contained in:
uku 2024-11-07 22:13:06 +01:00
parent 15bcad3c58
commit b7f965b3d4
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -32,5 +32,6 @@ jobs:
git push origin HEAD git push origin HEAD
curl -X POST \ curl -X POST \
'https://git.uku3lig.net/api/v1/repos/uku/actions-test/pulls' \ 'https://git.uku3lig.net/api/v1/repos/uku/actions-test/pulls' \
-H 'Content-Type: application/json' \
-H 'Authorization: token ${{ secrets.FORGEJO_TOKEN }}' \ -H 'Authorization: token ${{ secrets.FORGEJO_TOKEN }}' \
-d '{"base": "main", "head": "update-lock-$(date -I)", "title": "chore: update flake.lock"}' -d "{\"base\": \"main\", \"head\": \"update-lock-$(date -I)\", \"title\": \"chore: update flake.lock\"}"