Skip to content

Commit 4bf90dd

Browse files
committed
correcting gha output
1 parent b5453f6 commit 4bf90dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: 'Get Composer Cache Directory'
6767
id: composer-cache
6868
run: |
69-
echo "name=dir::$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
69+
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
7070
7171
- uses: actions/cache@v4
7272
with:

0 commit comments

Comments
 (0)