Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyucode authored Oct 27, 2020
1 parent 40639a0 commit a3b3e88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: 'SFTP uploader'
color: 'green'
description: 'upload files to server via SFTP'
inputs:
host:
Expand All @@ -20,4 +21,4 @@ inputs:
default: false
runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit a3b3e88

Please sign in to comment.