From e41998705ec91867edc51e1f4e2901bf1e826a97 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 12 Dec 2023 10:02:53 +0100 Subject: [PATCH] fix(workflows): Try again --- .forgejo/workflows/npins.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/npins.yaml b/.forgejo/workflows/npins.yaml index e1537e4..a15a2c7 100644 --- a/.forgejo/workflows/npins.yaml +++ b/.forgejo/workflows/npins.yaml @@ -1,15 +1,15 @@ name: npins update on: schedule: - # Run at 16 o'clock every monday - - cron: "0 16 * * 1" + # Run at 11 o'clock every day + - cron: "0 11 * * *" jobs: npins_update: runs-on: debian-latest steps: - name: Install applications - run: apt-get update && apt-get install --no-install-recommends tea sudo grep + run: apt-get update && apt-get install sudo - uses: https://github.com/cachix/install-nix-action@v22 with: @@ -17,6 +17,10 @@ jobs: - uses: actions/checkout@v3 + - name: Install npins and tea + run: | + nix-env -iA npins tea + - name: Update dependencies run: | npins update