From 606e8df67a5203a2c5297d0e33dd273a2b7ebd72 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sat, 19 Jul 2025 12:55:49 +0200 Subject: [PATCH] updater: make npins command verbose --- .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 34efa56b..9fde7d4e 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Update pins - run: nix-shell --run "npins update" + run: nix-shell --run "npins --verbose update" - name: Create PR uses: https://github.com/KiaraGrouwstra/gitea-create-pull-request@f9f80aa5134bc5c03c38f5aaa95053492885b397 with: