From e97149f7fd7e3eec4ec6c5471b28694c506beeb1 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Sat, 23 Mar 2024 10:36:28 -0700 Subject: [PATCH] Add icon and color --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0a40cc1..41593af 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'Paragraph Push Runner' -description: 'Pushes updated code from github branch and sync with paragon project' +description: 'Pushes updated code from GitHub to sync with Paragon.' +branding: + icon: upload-cloud + color: gray-dark inputs: paragonKey: type: string