From 2efe3afc66605ae11d7defe7b9d714b105e3dad7 Mon Sep 17 00:00:00 2001 From: cdombroski Date: Wed, 24 Apr 2024 18:13:09 -0400 Subject: [PATCH] Update .forgejo/workflows/update.yml --- .forgejo/workflows/update.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index 54a2915..c4f255f 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -12,6 +12,4 @@ jobs: - name: Install Nix uses: https://github.com/DeterminateSystems/nix-installer-action@main - name: Update flake.lock - run: | - nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update" - git push + run: nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push