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