Skip to content

Commit

Permalink
update action info
Browse files Browse the repository at this point in the history
  • Loading branch information
2ue committed Apr 28, 2024
1 parent 1c7776b commit 8d86a9e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -60,4 +60,7 @@ inputs:
required: false
runs:
using: 'node20'
main: 'dist/index.js'
main: 'dist/index.js'
branding:
icon: 'arrow-up-circle'
color: 'blue'

0 comments on commit 8d86a9e

Please sign in to comment.