From 61b695d54d72c612459668d29fca41281a0f49d4 Mon Sep 17 00:00:00 2001 From: "Atsushi Morimoto (74th)" Date: Sun, 4 Oct 2020 16:27:30 +0900 Subject: [PATCH] update action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 695f217..109e4db 100644 --- a/action.yml +++ b/action.yml @@ -9,6 +9,10 @@ inputs: description: "permitted user names separated by line feed" required: false default: "" +author: Atsushi Morimoto @74th +branding: + color: yellow + icon: alert-triangle runs: using: "node12" main: "index.js"