From cc5a599af997d3c5a7244a058f1804288dde3ca3 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Tue, 14 Jun 2022 18:59:02 +0900 Subject: [PATCH] fix: Invalid branding icon (#25) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b35d331..66f4289 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'github-actions-merger' description: 'merge pull request with labels' author: 'abema' branding: - icon: 'meh' + icon: 'git-merge' color: 'green' runs: using: 'docker'