Update .forgejo/workflows/update.yml

This commit is contained in:
Chris Dombroski 2024-04-24 18:11:56 -04:00
parent d229383930
commit 6603a33b90

View file

@ -12,5 +12,6 @@ jobs:
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
run: | nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"
git push
run: |
nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"
git push