From 8d86a9eb8c29b0d08b923e0b1267320192f58e19 Mon Sep 17 00:00:00 2001 From: 2ue Date: Sun, 28 Apr 2024 15:18:25 +0800 Subject: [PATCH] update action info --- action.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 7c93b0b..b46be7b 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'SSH2 SFTP Upload' +name: 'ssh2-to-remote-action' description: 'An action to upload a local directory to a remote server via SSH2 SFTP' inputs: host: @@ -60,4 +60,7 @@ inputs: required: false runs: using: 'node20' - main: 'dist/index.js' \ No newline at end of file + main: 'dist/index.js' +branding: + icon: 'arrow-up-circle' + color: 'blue' \ No newline at end of file