Update .forgejo/workflows/update.yml
This commit is contained in:
parent
d229383930
commit
6603a33b90
1 changed files with 3 additions and 2 deletions
|
@ -12,5 +12,6 @@ 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: | nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"
|
run: |
|
||||||
git push
|
nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"
|
||||||
|
git push
|
Loading…
Reference in a new issue