1028
All checks were successful
Clone Repository with Trojan-Go Proxy / clone_with_proxy (push) Successful in 36s

This commit is contained in:
298977887 2024-10-28 00:52:24 +08:00
parent dae31e5a7d
commit 6a58b1d20d

View File

@ -29,6 +29,8 @@ jobs:
run: |
# 将多行 JSON 配置内容从 Secrets 中写入 trojan-go-config.json 文件
echo "$TROJAN_GO_CONFIG" > trojan-go-config.json
#打印配置文件内容
cat trojan-go-config.json
env:
TROJAN_GO_CONFIG: ${{ secrets.TROJAN_GO_CONFIG }}