Skip to content

Commit

Permalink
Quote paths
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Feb 9, 2023
1 parent c7ef458 commit 89024ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 89024ff

Please sign in to comment.