From 355d4c3289d4f9ba5ea421cbdcbd80b0cbe871ea Mon Sep 17 00:00:00 2001 From: He Yi Date: Fri, 13 Oct 2023 12:19:29 +0800 Subject: [PATCH] Update greenboot.yaml --- .github/workflows/greenboot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greenboot.yaml b/.github/workflows/greenboot.yaml index 2a0cdbd..6bbae16 100644 --- a/.github/workflows/greenboot.yaml +++ b/.github/workflows/greenboot.yaml @@ -345,7 +345,7 @@ - assert: that: - - "'Greenboot will now attempt rollback' in result_greenboot_log.stdout" + - "'Greenboot will now attempt to rollback' in result_greenboot_log.stdout" - "'Rollback successful' in result_greenboot_log.stdout" fail_msg: "Fallback log not found" success_msg: "Found fallback log"