From 6603a33b90365ac8c71ac95a125d9815d246600f Mon Sep 17 00:00:00 2001 From: cdombroski Date: Wed, 24 Apr 2024 18:11:56 -0400 Subject: [PATCH] Update .forgejo/workflows/update.yml --- .forgejo/workflows/update.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index 6420beb..4a96441 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -12,5 +12,6 @@ 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 \ No newline at end of file + run: | + nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update" + git push \ No newline at end of file