silly
Some checks failed
ci/woodpecker/cron/flake-update Pipeline failed

This commit is contained in:
Sakooooo 2025-01-06 12:42:29 +04:00
parent 93ecc86d8d
commit b5680dcfd1
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -7,7 +7,7 @@ steps:
image: ghcr.io/nixos/nix:latest image: ghcr.io/nixos/nix:latest
commands: commands:
- nix --experimental-features 'flakes nix-command' flake update - 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 -m 'flake.lock: update' -a"
push: push:
image: johnwalkerx/gitea-pull-request-create-plugin:latest image: johnwalkerx/gitea-pull-request-create-plugin:latest
pull: true pull: true