Skip to content

Commit ff65c13

Browse files
authored
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
1 parent d320225 commit ff65c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Get pip cache dir
2727
id: pip-cache
2828
run: |
29-
echo "{dir}={$(pip cache dir)}" >> $GITHUB_OUTPUT
29+
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
3030
3131
- name: Cache
3232
uses: actions/cache@v4

0 commit comments

Comments
 (0)