From 4af86acef540000564e4c172929df27ce894aaba Mon Sep 17 00:00:00 2001 From: Alexandru Chirila Date: Fri, 19 Jun 2020 16:16:21 +0300 Subject: [PATCH] Add branding. --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1eeef23..9faaca2 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,6 @@ name: "18n coverage" -description: "Check i18n coverage of the project" +author: "alexkiro" +description: "Measures and check i18n coverage of your project." inputs: translations-path: description: "Path to translation folder" @@ -24,6 +25,9 @@ inputs: outputs: coverage: description: "Coverage percentage" +branding: + icon: "percent" + color: "green" runs: using: "node12" main: "dist/index.js" \ No newline at end of file