Skip to content

Commit

Permalink
fixing github action step id reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Dec 22, 2024
1 parent c445a97 commit 8071945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8071945

Please sign in to comment.