From ebe496b7143f1a1edc1c437d2376dfb77f5d6c2b Mon Sep 17 00:00:00 2001 From: uku Date: Thu, 7 Nov 2024 21:48:13 +0100 Subject: [PATCH] pr --- .forgejo/workflows/update-lock.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/update-lock.yml b/.forgejo/workflows/update-lock.yml index 256a0d3..84ac078 100644 --- a/.forgejo/workflows/update-lock.yml +++ b/.forgejo/workflows/update-lock.yml @@ -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"}'