From 6cdb82b00fc2f50412df0cece213f80078d50e32 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 06:54:48 +0200 Subject: [PATCH] Make task ids match --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index fbaf32d..eef800c 100644 --- a/examples.md +++ b/examples.md @@ -317,7 +317,7 @@ After [deprecation](https://github.blog/changelog/2022-10-11-github-actions-depr ### Bash shell ```yaml - name: Get npm cache directory - id: npm-cache + id: npm-cache-dir shell: bash run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT} ```