Skip to content

Commit 4ba741a

Browse files
committed
fix: update success regex for last login message
1 parent f12f68a commit 4ba741a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/uboot.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ success_regex = [
1313
"root@firefly:~#",
1414
"root@phytium-Ubuntu:~#",
1515
"Welcome to Phytium Buildroot",
16-
"Last login: Fri Sep 12 15:17:20 UTC 2025 on ttyFIQ0",
16+
"Last login: *",
1717
]
1818

1919
[net]

0 commit comments

Comments
 (0)