Skip to content

Commit c405389

Browse files
authored
Merge pull request #2 from wp-phpunit/update-output-usage
Refactor step output with env files
2 parents 0f10b4e + 7bf5a81 commit c405389

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 "::set-output name=dir::$(composer config cache-files-dir)"
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)