This commit is contained in:
uku 2024-11-07 21:48:13 +01:00
parent 1c20e7c3ec
commit ebe496b714
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -30,4 +30,7 @@ jobs:
if: ${{ steps.update_lockfile.outputs.commits }} != ""
run: |
git push origin HEAD
echo EXPLODE
curl -X POST \
'https://git.uku3lig.net/api/v1/repos/uku/actions-test/pulls' \
-H 'Authorization: ${{ secrets.FORGEJO_TOKEN }}' \
-d '{"base": "update-lock-$(date -I)", "title": "chore: update flake.lock"}'