Update .forgejo/workflows/update.yml
Some checks failed
/ lockfile (push) Failing after 24s

This commit is contained in:
Chris Dombroski 2024-04-24 19:12:04 -04:00
parent 60b0188a56
commit b42b5f6bfa

View file

@ -11,7 +11,5 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- 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: Check git version - name: Update flake
run: 'git --version' run: 'set -x; nix flake update; git add flake.lock; git commit -m "flake.lock: Update"; git push'
- name: Update flake.lock
uses: https://github.com/DeterminateSystems/update-flake-lock@main