mirror of
https://gitee.com/jiulinxiri/ssh-scp-deploy.git
synced 2025-09-10 10:19:49 +08:00
Changed main and entrypoint.
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- uses: underscore69/ssh-scp-deploy@development
|
- uses: marcodallasanta/ssh-scp-deploy@development
|
||||||
with:
|
with:
|
||||||
local: "./"
|
local: "./"
|
||||||
remote: "~/"
|
remote: "~/"
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
PASSWORD=${INPUT_PASSWORD};
|
PASSWORD=${INPUT_PASSWORD};
|
||||||
KEY=${INPUT_KEY};
|
KEY=${INPUT_KEY};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user