From 6c7dda0c12c4aa321346f2802abfe33418e0b4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=C3=A9=20Ammatuna?= Date: Fri, 21 Feb 2020 00:51:56 -0800 Subject: [PATCH] Update action.yml --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 9769131d..214b993d 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: "Sync branches" description: "GitHub Action to, upon successful merge, open a pull request to sync the updated branch back to one or more other branches." +icon: git-pull-request +color: green inputs: GITHUB_TOKEN: description: "User token to be associated with this pull request."