This commit is contained in:
parent
6af7d08e8c
commit
9e16377196
|
@ -6,7 +6,7 @@ steps:
|
||||||
update:
|
update:
|
||||||
image: ghcr.io/nixos/nix:latest
|
image: ghcr.io/nixos/nix:latest
|
||||||
commands:
|
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:
|
push:
|
||||||
image: johnwalkerx/gitea-pull-request-create-plugin:latest
|
image: johnwalkerx/gitea-pull-request-create-plugin:latest
|
||||||
#pull: true
|
#pull: true
|
||||||
|
|
Loading…
Reference in a new issue