update: fix flake lock update

Fix handling of bisect_future input.
This commit is contained in:
ibizaman 2026-05-12 17:02:35 +02:00
parent c1edcc7f77
commit 6d797ec5a3

View file

@ -34,7 +34,9 @@ jobs:
run: |
git config user.email "update-flake-lock-pr@selfhostblocks.com"
git config user.name "Update Flake Lock PR"
if [ -n "$BISECT_FUTURE" ]; then
if [ "$BISECT_FUTURE" = false ]; then
BISECT_FUTURE=
elif [ -n "$BISECT_FUTURE" ]; then
BISECT_FUTURE=future
fi
nix run .#update-flake-lock-pr $BISECT_FUTURE