From ec71b115ac66ed132bb9c28740d6cfc8695f96a7 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:38:27 +0400 Subject: [PATCH] woodpecker 3 --- .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 dcf9487a..c493df28 100644 --- a/.woodpecker/flake-update.yml +++ b/.woodpecker/flake-update.yml @@ -7,7 +7,7 @@ steps: image: ghcr.io/nixos/nix:latest commands: - nix --experimental-features 'flakes nix-command' flake update - - nix-shell -p git --run 'git config --global user.email "bot@sako.lol" && git config --global user.name "sako-ci" && git commit -a -m "flake.lock: update"' + - "nix-shell -p git --run 'git config --global user.email 'bot@sako.lol' && git config --global user.name 'sako-ci' && git commit -a -m flake.lock: update'" push: image: johnwalkerx/gitea-pull-request-create-plugin:latest pull: true