From 5520fa721b3f8a80cd0e9e9d07f174e47d62ea74 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 7 Jul 2025 13:38:09 +0200 Subject: [PATCH] gitea PR unpruned (#445) see #65 Reviewed-on: https://git.fediversity.eu/Fediversity/Fediversity/pulls/445 Co-authored-by: Kiara Grouwstra Co-committed-by: Kiara Grouwstra --- .forgejo/workflows/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index c89b0118..7304fd7b 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -15,7 +15,7 @@ jobs: - name: Update pins run: nix-shell --run "npins update" - name: Create PR - uses: https://github.com/peter-evans/create-pull-request@ff0beed1b2103611f5bdb7dfb1b23956763bf79a + uses: https://github.com/KiaraGrouwstra/gitea-create-pull-request@f9f80aa5134bc5c03c38f5aaa95053492885b397 with: remote-instance-api-version: v1 token: "${{ secrets.DEPLOY_KEY }}"