Skip to content

Commit

Permalink
Revert "(build) fix set-output syntax"
Browse files Browse the repository at this point in the history
This reverts commit b906175.
  • Loading branch information
arturcic committed Oct 25, 2022
1 parent b812802 commit 2cc427c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
-
name: Get npm cache directory
id: cache-node-dir
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
run: echo "::set-output name=dir::$(npm config get cache)"
-
name: Cache Node Modules
id: cache-node
Expand Down

0 comments on commit 2cc427c

Please sign in to comment.