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

This commit is contained in:
Chris Dombroski 2024-04-24 21:37:47 -04:00
parent d1d3792f50
commit 23338c113e

View file

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