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