From 848bbd1560894ffa7139575ef1581a6851899c96 Mon Sep 17 00:00:00 2001 From: Codex Date: Tue, 21 Apr 2026 10:42:04 +0800 Subject: [PATCH] docs: fix poetry-install action description spelling --- .github/actions/poetry-install/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/poetry-install/action.yaml b/.github/actions/poetry-install/action.yaml index 2207b8446d1..ca5ee17d64c 100644 --- a/.github/actions/poetry-install/action.yaml +++ b/.github/actions/poetry-install/action.yaml @@ -10,7 +10,7 @@ inputs: outputs: cache-hit: - description: Whether an exact cache hit occured + description: Whether an exact cache hit occurred value: ${{ steps.cache.outputs.cache-hit }} runs: