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