From 807194563e236de8b27f79c72ade3b384d0aeb91 Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Sun, 22 Dec 2024 15:22:06 -0600 Subject: [PATCH] fixing github action step id reference --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3e060646..bb1c626c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -133,7 +133,7 @@ jobs: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist - name: 'Save composer dep cache' - if: steps.composer-cache.outputs.cache-hit != 'true' && steps.composer-cache.outputs.cache-hit != true + if: steps.cache.outputs.cache-hit != 'true' && steps.cache.outputs.cache-hit != true uses: actions/cache/save@v4 with: path: ${{ steps.composer-cache.outputs.dir }}