Skip to content

Commit b812802

Browse files
committed
Revert "(build) fix set-output syntax"
This reverts commit b07a8b9.
1 parent b07a8b9 commit b812802

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ jobs:
5959
-
6060
name: Get npm cache directory
6161
id: cache-node-dir
62-
shell: pwsh
63-
run: |
64-
$cacheDir = $(npm config get cache)
65-
echo "dir=$cacheDir" >> $GITHUB_OUTPUT
62+
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
6663
-
6764
name: Cache Node Modules
6865
id: cache-node

0 commit comments

Comments
 (0)