From 852f5d66058155622bb6d26f2239756952c56b30 Mon Sep 17 00:00:00 2001 From: cdombroski Date: Wed, 24 Apr 2024 18:13:26 -0400 Subject: [PATCH] Update .forgejo/workflows/update.yml --- .forgejo/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index c4f255f..ab8d822 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -12,4 +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'