From b83ced485dc250a857e392e6bdf57004c392f6e9 Mon Sep 17 00:00:00 2001 From: Zach Heller Date: Thu, 2 Mar 2023 22:58:41 -0800 Subject: [PATCH] Update package.json --- .github/actions/local-action/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/local-action/package.json b/.github/actions/local-action/package.json index e591323..c692fdf 100644 --- a/.github/actions/local-action/package.json +++ b/.github/actions/local-action/package.json @@ -1,7 +1,7 @@ { "name": "local-action", "version": "1.0.0", - "description": "Local exercise action to verify the desire commit was removed", + "description": "Local exercise action to verify the desired commit was removed", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",