1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Quote paths

This commit is contained in:
Bruce Weirdan 2023-02-09 03:44:02 -04:00
parent c7ef4580c3
commit 89024ffbc2
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -64,8 +64,8 @@ jobs:
- name: Get Composer Cache Directories
id: composer-cache
run: |
echo "files_cache=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
echo "vcs_cache=$(composer config cache-vcs-dir)" >> $GITHUB_OUTPUT
echo "files_cache=""$(composer config cache-files-dir)""" >> $GITHUB_OUTPUT
echo "vcs_cache=""$(composer config cache-vcs-dir)""" >> $GITHUB_OUTPUT
- name: Cache composer cache
uses: actions/cache@v3