From 4ac630a1da2119919eeb7b19cd4d1c285aa22e02 Mon Sep 17 00:00:00 2001 From: keita hino Date: Sat, 4 Sep 2021 15:57:44 +0900 Subject: [PATCH] update action.yml --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 11a6530..7a99ea4 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,9 @@ name: 'vue-tsc-action' description: 'Check vue-tsc errors.' author: 'keita-hino' -icon: 'check' -color: 'green' +branding: + icon: check + color: green runs: using: 'node12' main: 'dist/index.js'