From 2d7ee94d3a41fbf509b1da1a3f1f91b9c2925304 Mon Sep 17 00:00:00 2001 From: VSinerva Date: Mon, 9 Jun 2025 03:18:53 +0300 Subject: [PATCH] Update .forgejo/workflows/flake-lock-update.yaml --- .forgejo/workflows/flake-lock-update.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/flake-lock-update.yaml b/.forgejo/workflows/flake-lock-update.yaml index ee7e411..e14ec9f 100644 --- a/.forgejo/workflows/flake-lock-update.yaml +++ b/.forgejo/workflows/flake-lock-update.yaml @@ -6,7 +6,7 @@ jobs: - run: nix --experimental-features 'nix-command flakes' profile install nixpkgs#nodejs-slim - uses: https://code.forgejo.org/actions/checkout@v4 - run: | - git config --global user.name 'Vili Sinervä' - git config --global user.email 'vili.m.sinerva@gmail.com' + git config --global user.name "Vili Sinervä" + git config --global user.email "vili.m.sinerva@gmail.com" - run: nix --experimental-features 'nix-command flakes' flake update --commit-lock-file - run: git push \ No newline at end of file