From 9ad7955e50d95ddf21cc40471b82c393c68e27da Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Tue, 30 Apr 2024 11:53:55 -0700 Subject: [PATCH] add branding metadata (#47) Signed-off-by: Brian DeHamer --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a565221..dc4c37e 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'Generate Generic Attestations' description: 'Generate attestations for build artifacts' author: 'GitHub' +branding: + color: 'blue' + icon: 'link' inputs: subject-path: @@ -52,4 +55,4 @@ outputs: runs: using: node20 - main: ./dist/index.js \ No newline at end of file + main: ./dist/index.js