Skip to content

Commit 7bf5a81

Browse files
committed
Fix shellcheck error
1 parent a8aaae6 commit 7bf5a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Get Composer Cache Directory
4444
id: composer-cache
45-
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
45+
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
4646
- name: Cache PHP dependencies
4747
uses: actions/cache@v3
4848
id: actions-cache

0 commit comments

Comments
 (0)