fix(project): Fix requirements to publish on actions

Required adjustments
This commit is contained in:
Fabricio Nogueira 2020-06-05 17:22:34 -03:00
parent 4aef88179f
commit 706d9f931d
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# SCP Deploy action
# SSH-SCP Deploy action
Action to send dist files to a remote server with scp command

View file

@ -1,5 +1,5 @@
name: 'scp-deploy'
description: 'Action to send dist files to a remote server with scp command'
name: 'ssh-scp-deploy'
description: 'Action to send dist files to a remote server with scp command'
author: 'Fabricio Nogueira'
inputs:
src: