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'