From 46182e75122b145a91def07397afebb85c7d0c20 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Tue, 24 Jun 2025 08:58:01 +0200 Subject: [PATCH] fix workflow step title (#404) split off from #399 Reviewed-on: https://git.fediversity.eu/Fediversity/Fediversity/pulls/404 Reviewed-by: Valentin Gagarin 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 ac9a17f4..43418ea1 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Install npins + - name: Update pins run: nix-shell --run "npins update" - name: Create PR uses: peter-evans/create-pull-request@v7