From 67908c38bed11f197b36193a53d30df9c593a1d7 Mon Sep 17 00:00:00 2001 From: Kazuki Suda Date: Mon, 9 May 2022 18:11:42 +0900 Subject: [PATCH] Fix typo Signed-off-by: Kazuki Suda --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ee8012c..950aae6 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'RegEx Issue Labeler' -description: 'Labels issues automagically based on their body' +description: 'Labels issues automatically based on their body' author: 'GitHub' inputs: repo-token: @@ -24,5 +24,5 @@ runs: using: 'node12' main: 'lib/main.js' branding: - icon: 'activity' + icon: 'activity' color: 'blue'