From 9e16377196410c968302c761bddc7b3b3bba65ab Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:49:06 +0400 Subject: [PATCH] ok this should fix it --- .woodpecker/flake-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/flake-update.yml b/.woodpecker/flake-update.yml index 1e8c4b08..fac2ead4 100644 --- a/.woodpecker/flake-update.yml +++ b/.woodpecker/flake-update.yml @@ -6,7 +6,7 @@ steps: update: image: ghcr.io/nixos/nix:latest commands: - - "nix-shell -p git --run 'git config --global user.email 'bot@sako.lol' && git config --global user.name 'sako-ci' && git checkout -b flake-lock-update && nix --experimental-features 'flakes nix-command' flake update && git commit -m \"flake.lock: update\" -a'" + - "nix-shell -p git --run 'git config --global user.email 'bot@sako.lol' && git config --global user.name 'sako-ci' && git checkout -b flake-lock-update && nix --experimental-features \"flakes nix-command\" flake update && git commit -m \"flake.lock: update\" -a'" push: image: johnwalkerx/gitea-pull-request-create-plugin:latest #pull: true