diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index eb97d5d..fd92923 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -35,6 +35,6 @@ jobs: run: | git config user.name 'forgejo-actions' git config user.email 'forgejo-actions@noreply.salame.cl' - nix flake update --commit-lock-file + nix flake update --commit-lock-file --option commit-lockfile-summary '[chore] flake.lock: update inputs' - run: nix flake check --keep-going --verbose - run: git push