From e488230d7baff0a5a65fbd6a7446cb1898a5c2ed Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sat, 19 Jul 2025 13:00:33 +0200 Subject: [PATCH] updater: make npins command verbose (#477) Reviewed-on: https://git.fediversity.eu/Fediversity/Fediversity/pulls/477 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 7304fd7b..19dacf15 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: