test1
This commit is contained in:
@@ -57,9 +57,9 @@ jobs:
|
|||||||
- name: Upload coverage via SSH
|
- name: Upload coverage via SSH
|
||||||
uses: appleboy/ssh-action@v0.1.6
|
uses: appleboy/ssh-action@v0.1.6
|
||||||
with:
|
with:
|
||||||
host: ssh-server
|
host: "ssh-server"
|
||||||
username: gitea
|
username: "gitea"
|
||||||
password: password
|
password: "password"
|
||||||
port: 2222
|
port: 2222
|
||||||
source: "coverage-report/*"
|
source: "coverage-report/*"
|
||||||
target: "/home/gitea/coverage/littletown/"
|
target: "/home/gitea/coverage/littletown/"
|
||||||
|
|||||||
Reference in New Issue
Block a user