Skip to content

Commit

Permalink
Match the key
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Jul 6, 2023
1 parent dad4d66 commit b7b7a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
restore-keys: ${{ runner.os }}-php-
restore-keys: ${{ runner.os }}-composer-

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit b7b7a36

Please sign in to comment.