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