From 1474e808cbb720e4e757f2b3c64678fa82cfcc88 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Thu, 30 Oct 2025 09:43:26 +0700 Subject: [PATCH] test: expect state 2 --- .github/workflows/test-cache-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-cache-actions.yml b/.github/workflows/test-cache-actions.yml index 5fd5d7ca1..92d7c2b46 100644 --- a/.github/workflows/test-cache-actions.yml +++ b/.github/workflows/test-cache-actions.yml @@ -9,7 +9,7 @@ on: description: 'Expected state (optional, e.g. "2" to assert state 2)' required: false type: string - default: '1' + default: '2' start_state: description: 'Force specific starting state (optional, e.g. "3" to start at state 3)' required: false