HH-594: generate ACL4SSR subscription config (#1)
Docker image / Test (push) Successful in 38s
Docker image / Build and publish (push) Failing after 31s

This commit was merged in pull request #1.
This commit is contained in:
2026-08-24 12:45:44 +08:00
parent 05e78dc882
commit 37643321fc
12 changed files with 792 additions and 143 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ echo "unit test coverage: ${coverage}%"
go test ./...
if command -v docker >/dev/null 2>&1; then
docker compose config --quiet
SUBSCRIPTION_URL=https://subscription.example.invalid/mihomo docker compose config --quiet
fi