fix(project): Fix requirements to publish on actions
Required adjustments
This commit is contained in:
parent
4aef88179f
commit
706d9f931d
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# SCP Deploy action
|
||||
# SSH-SCP Deploy action
|
||||
|
||||
Action to send dist files to a remote server with scp command
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue