Fix deploy webhook header
All checks were successful
build / build (push) Successful in 2m18s
build / deploy (push) Successful in 0s

This commit is contained in:
deploy
2026-01-26 17:22:18 +05:30
parent af280ca88c
commit 825b610e28

View File

@@ -29,4 +29,4 @@ jobs:
steps: steps:
- name: Trigger deploy webhook - name: Trigger deploy webhook
run: | run: |
curl -sS -X POST http://127.0.0.1:9000/hooks/deploy-trisolarisserver curl -sS -X POST -H "X-Gitea-Event: push" http://127.0.0.1:9000/hooks/deploy-trisolarisserver