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

This commit is contained in:
Chris Dombroski 2024-04-24 21:44:06 -04:00
parent 23338c113e
commit a8f46b1129

View file

@ -9,4 +9,5 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://github.com/DeterminateSystems/nix-installer-action@main - uses: https://github.com/DeterminateSystems/nix-installer-action@main
- run: 'set -x; git config --unset-all extensions.worktreeconfig; nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push' - run: 'git config --unset-all extensions.worktreeconfig'
- uses: https://github.com/DeterminateSystems/update-flake-lock@main