From 1c6e7cefe6fc7646113cca76410337f848cbd3d0 Mon Sep 17 00:00:00 2001 From: Isaac van Bakel Date: Tue, 29 Dec 2020 15:58:22 +0000 Subject: [PATCH] Fix action.yml branding --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index c2db32b..e5b5b0f 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,8 @@ name: 'Pull submodule dependencies' description: 'Pull in changes on submodules which are required by a pull request' -icon: git-pull-request -color: blue +branding: + icon: git-pull-request + color: blue runs: using: 'node12' main: 'dist/index.js'