mirror of
https://github.com/predis/predis.git
synced 2026-09-14 20:37:29 +00:00
Remove invalid input for actions/cache (#737)
https://github.com/actions/cache/blob/main/examples.md#php---composer
This commit is contained in:
@@ -39,7 +39,6 @@ jobs:
|
||||
- name: Cache Composer dependencies
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
path: ${{ steps.composercache.outputs.dir }}
|
||||
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
|
||||
restore-keys: ${{ runner.os }}-composer-
|
||||
|
||||
Reference in New Issue
Block a user