From a3b3e88c6c567071bdf33d65a0478bcfe2984639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=83=81?= Date: Tue, 27 Oct 2020 22:51:49 +0800 Subject: [PATCH] Update action.yml --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b83b36a..1a35047 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,5 @@ name: 'SFTP uploader' +color: 'green' description: 'upload files to server via SFTP' inputs: host: @@ -20,4 +21,4 @@ inputs: default: false runs: using: 'node12' - main: 'dist/index.js' \ No newline at end of file + main: 'dist/index.js'