Update .forgejo/workflows/update.yml

This commit is contained in:
Chris Dombroski 2024-06-26 08:25:05 -04:00
parent e8de6fd1be
commit ea55e4b279

View file

@ -6,6 +6,8 @@ jobs:
runs-on: docker
steps:
- uses: actions/checkout@v4
with:
ref: master
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
- run: 'git config --unset-all extensions.worktreeconfig'
- run: 'nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"'