From c9138ebb68a75bccd44bc4a5a04b7796158b55ed Mon Sep 17 00:00:00 2001 From: Timur Olzhabayev Date: Thu, 10 Nov 2022 10:14:23 +0100 Subject: [PATCH] Switching to new output format for publish docs action (#58518) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 774f280b607..95207729772 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: node-version: '16' - name: Get yarn cache directory path id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn config get cacheFolder)" + run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - uses: actions/cache@v3.0.11 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}