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

This commit is contained in:
Chris Dombroski 2024-04-24 21:54:42 -04:00
parent a8f46b1129
commit e9f291bbd8

View file

@ -10,4 +10,8 @@ jobs:
- uses: actions/checkout@v4
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
- run: 'git config --unset-all extensions.worktreeconfig'
- uses: https://github.com/DeterminateSystems/update-flake-lock@main
- run: 'nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"'
env:
GIT_AUTHOR_NAME: Chris Dombroski
GIT_AUTHOR_EMAIL: cdombroski@gmail.com
- run: 'git push'