This commit is contained in:
parent
64e587fba1
commit
f7130462f8
1 changed files with 3 additions and 3 deletions
|
@ -11,6 +11,6 @@ jobs:
|
|||
run: nix flake lock --update-input blog-pim ./container-images
|
||||
- name: Push changes to container-images repo
|
||||
run: |
|
||||
git container-images/.git --work-tree container-images add -A
|
||||
git container-images/.git --work-tree container-images commit --message "Bump blog-pim Nix flake input"
|
||||
git container-images/.git --work-tree container-images push
|
||||
git --git-dir container-images/.git --work-tree container-images add -A
|
||||
git --git-dir container-images/.git --work-tree container-images commit --message "Bump blog-pim Nix flake input"
|
||||
git --git-dir container-images/.git --work-tree container-images push
|
||||
|
|
Loading…
Reference in a new issue