diff --git a/action.yml b/action.yml index 67be419..00748e4 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,12 @@ outputs: description: 'Valid docker image name' value: ${{ steps.clean.outputs.image-name }} +branding: + icon: 'activity' + color: 'green' runs: using: 'node16' main: 'index.js' + +