From 84ef8ec7af3279cec3697f4773f8b55985d09164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubomir=20Georgiev=20=28=D0=9B=D1=8E=D0=B1=D0=BE=D0=BC?= =?UTF-8?q?=D0=B8=D1=80=20=D0=93=D0=B5=D0=BE=D1=80=D0=B3=D0=B8=D0=B5=D0=B2?= =?UTF-8?q?=29?= Date: Sun, 11 Dec 2022 07:00:10 +0200 Subject: [PATCH] Update the NPM PWSH shell example --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index eef800c..13741fb 100644 --- a/examples.md +++ b/examples.md @@ -325,7 +325,7 @@ After [deprecation](https://github.blog/changelog/2022-10-11-github-actions-depr ### PWSH shell ```yaml - name: Get npm cache directory - id: npm-cache + id: npm-cache-dir shell: pwsh run: echo "dir=$(npm config get cache)" >> ${env:GITHUB_OUTPUT} ```