mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-12 13:48:07 +00:00
[version] Add author
This commit is contained in:
parent
7d63f7f134
commit
a3d2df0501
@ -1,5 +1,6 @@
|
||||
name: 'ssh deploy'
|
||||
description: 'NodeJS action for FAST deployment with rsync/ssh'
|
||||
author: 'easingthemes'
|
||||
inputs:
|
||||
SSH_PRIVATE_KEY: # Private Key
|
||||
description: 'Private Key'
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ssh-deploy",
|
||||
"version": "2.0.6",
|
||||
"version": "2.0.7",
|
||||
"description": "This GitHub Action deploys specific directory from `GITHUB_WORKSPACE` to a folder on a server via rsync over ssh.",
|
||||
"main": "src/index.js",
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user