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
|
Action to send dist files to a remote server with scp command
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: 'scp-deploy'
|
name: 'ssh-scp-deploy'
|
||||||
description: 'Action to send dist files to a remote server with scp command'
|
description: 'Action to send dist files to a remote server with scp command'
|
||||||
author: 'Fabricio Nogueira'
|
author: 'Fabricio Nogueira'
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue