diff --git a/action.yml b/action.yml index 51935f0..31d501d 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,9 @@ inputs: description: 'Title of your dependencies list. Defaults to Dependencies. Case sensitive.' buildPath: # id of input description: './build (default) Indicate a directory you would like the updated files to build into.' - +branding: + icon: 'book-open' + color: 'gray-dark' runs: using: 'node12' main: 'index.js' \ No newline at end of file