From 903d2b264e967309fa0c2222dcf127b2746f0b36 Mon Sep 17 00:00:00 2001 From: Peter Murray <681306+peter-murray@users.noreply.github.com> Date: Tue, 30 Aug 2022 15:14:07 +0100 Subject: [PATCH] Adding action branding --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3985e7a..b5077df 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,10 @@ name: Maven Dependency Tree Dependency Submission description: A GitHub Action for Maven project to submit a complete dependency tree to populate the GitHub Dependency Graph +branding: + icon: alert-triangle + color: red + inputs: directory: description: The directory that contains the maven project @@ -14,4 +18,4 @@ inputs: runs: using: node16 - main: dist/index.js \ No newline at end of file + main: dist/index.js