From eabfc228c5f4b621907b10abd1ececf8c0bd402a Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 7 Jul 2025 13:23:08 +0200 Subject: [PATCH] updater: try the first upstream commit without `git remote prune` (#444) Reviewed-on: https://git.fediversity.eu/Fediversity/Fediversity/pulls/444 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 36c79755..c89b0118 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/quentinlegot/gitea-create-pull-request@d1fd3e1f0c98ee7a009c035f9b7ad3f3bdc0f281 + uses: https://github.com/peter-evans/create-pull-request@ff0beed1b2103611f5bdb7dfb1b23956763bf79a with: remote-instance-api-version: v1 token: "${{ secrets.DEPLOY_KEY }}"