remove unused output
This commit is contained in:
parent
d0de8fe6ce
commit
67ea6a5192
|
|
@ -36,8 +36,6 @@ jobs:
|
|||
|
||||
- name: Get Composer cache directory
|
||||
id: composer-cache
|
||||
run: |
|
||||
echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: vendor
|
||||
|
|
|
|||
Loading…
Reference in New Issue