Actions update 8
Some checks failed
Publish Website / publish (push) Failing after 2s

This commit is contained in:
Akshay
2025-07-19 21:23:37 -04:00
parent fba487d664
commit 058efedfd6

View File

@@ -22,7 +22,7 @@ jobs:
ssh-add -l
- name: Check if Gitea SSH is alive
run: nc -zv localhost 222 || echo "Port 222 not open"
run: ssh -p 222 git@localhost
- name: Trust Gitea host
run: |