update: fix flake lock update
Fix handling of bisect_future input.
This commit is contained in:
parent
c1edcc7f77
commit
6d797ec5a3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/lock-update.yaml
vendored
4
.github/workflows/lock-update.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue