test1
Some checks failed
check main state / build (10.0.x) (push) Has been cancelled
Main Build Process / Build & Test (pull_request) Failing after 1m32s

This commit is contained in:
2026-02-05 23:33:40 +01:00
parent 6377884651
commit 516bd3cf87

View File

@@ -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/"