woodpecker 3
This commit is contained in:
parent
164ab78982
commit
ec71b115ac
|
@ -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 -a -m flake.lock: update'"
|
||||||
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