mirror of
https://github.com/danog/psalm-plugin-symfony.git
synced 2024-11-26 20:04:58 +01:00
Github Actions: fix determining composer cache directory
This commit is contained in:
parent
cbc2fb26c0
commit
edc55e325a
2
.github/workflows/integrate.yaml
vendored
2
.github/workflows/integrate.yaml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
- name: "Determine composer cache directory"
|
||||
id: determine-composer-cache-directory
|
||||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||
run: echo "::set-output name=directory::$(composer config cache-dir)"
|
||||
|
||||
- name: "Cache dependencies installed with composer"
|
||||
uses: actions/cache@v1
|
||||
|
Loading…
Reference in New Issue
Block a user