Skip to content

Commit

Permalink
Test $GITHUB_OUTPUT env var windows compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
firstred committed Nov 18, 2024
1 parent d6f76f2 commit 35d056f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Get composer cache directory
id: composer-cache
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
run: echo "dir=$(composer config cache-files-dir)" >> $env:GITHUB_OUTPUT

- name: Cache composer dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit 35d056f

Please sign in to comment.