From 2cc427ccf80db9dfa7a9d9c8df9d90ba9174dc42 Mon Sep 17 00:00:00 2001 From: Artur Date: Tue, 25 Oct 2022 15:25:27 +0200 Subject: [PATCH] Revert "(build) fix set-output syntax" This reverts commit b9061754da687cd4220fa571af9db529b235a344. --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8e782b2dfb..70ae87cd6c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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