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: