From 7f85e1078d7a2a000e9dfcda93585d59a4fc65c7 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Sat, 24 Aug 2019 14:10:44 +0200 Subject: [PATCH] Update action icon --- action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index f625648..125afdb 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,9 @@ name: 'GitHub Push' description: 'Pushing to GitHub repository local changes' -author: 'ad-m' -icon: upload-cloud -color: green +author: 'ad-m' +branding: + icon: upload-cloud + color: green inputs: github_token: description: 'Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'