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