From 996a6f44d3104cca5d071480b182e997380861ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Borges=20Martins?= Date: Wed, 17 Jan 2024 20:16:42 -0800 Subject: [PATCH] fix(actions): typo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 35afdf1..86bec68 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Self Hosted Action Polyfill' +name: 'Self-Hosted Action Polyfill' description: 'Loads packages and libs that should be available in all hosted actions but aren`t in self-hosted' icon: 'battery-charging' color: 'gray-dark'