From 02cd8a0bf3c6818be5f43377004cfc6902131c0a Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:57:31 -0500 Subject: [PATCH] Update the name of the action --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8659ac3..d077569 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: 'Setup node, pnpm, and dependency cache' -description: 'Installs pnpm, uses actions/setup-node for cache, and then runs pnpm install' +name: 'All in one: setup node, pnpm, cache' +description: 'Installs pnpm, uses actions/setup-node for cache, and then runs pnpm install. Uses package.json for the "node-version" by default.' author: NullVoxPopuli branding: icon: 'package'