ci: send-keys to target 0
This commit is contained in:
parent
ff939143a5
commit
709ab3db39
2
ci
2
ci
@ -34,5 +34,5 @@ if [ "$CMD" = "run" ]; then
|
|||||||
nix flake update --commit-lock-file || handle_update_fail
|
nix flake update --commit-lock-file || handle_update_fail
|
||||||
nix flake check || handle_check_fail
|
nix flake check || handle_check_fail
|
||||||
else
|
else
|
||||||
tmux send-keys "./ci run" ENTER
|
tmux send-keys -t 0 "./ci run" ENTER
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user