Update .forgejo/workflows/update.yml
This commit is contained in:
parent
2888aca418
commit
2efe3afc66
1 changed files with 1 additions and 3 deletions
|
@ -12,6 +12,4 @@ jobs:
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
run: |
|
run: nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push
|
||||||
nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"
|
|
||||||
git push
|
|
||||||
|
|
Loading…
Reference in a new issue