diff --git a/action.yml b/action.yml index 8d98866..ee35bc1 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: "autojitpack" description: "Automatically send a request to JitPack after every release to save some headache" +branding: + icon: "at-sign" + color: "green" runs: using: "node12" - main: "dist/index.js" \ No newline at end of file + main: "dist/index.js"