Skip to content

Commit

Permalink
fix(project): Fix requirements to publish on actions
Browse files Browse the repository at this point in the history
Required adjustments
  • Loading branch information
Fabricio Nogueira committed Jun 5, 2020
1 parent 4aef881 commit cc5277f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SCP Deploy action
# SSH-SCP Deploy action

Action to send dist files to a remote server with scp command

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'scp-deploy'
description: 'Action to send dist files to a remote server with scp command'
name: 'SCP deploy action'
description: 'Action to send dist files to a remote server with scp command'
author: 'Fabricio Nogueira'
inputs:
src:
Expand Down

0 comments on commit cc5277f

Please sign in to comment.