We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbeaefc + 9c4e411 commit 7688226Copy full SHA for 7688226
package.json
@@ -1,8 +1,14 @@
1
{
2
- "name": "ssh-deploy",
+ "name": "@draganfilipovic/ssh-deploy",
3
"version": "2.1.9",
4
"description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.",
5
"main": "dist/index.js",
6
+ "files": [
7
+ "/dist",
8
+ "./action.yml",
9
+ "./README.md",
10
+ "LICENSE"
11
+ ],
12
"dependencies": {
13
"command-exists": "1.2.9",
14
"node-cmd": "4.0.0",
0 commit comments