echo
Some checks failed
Build and Push to ACR / docker (push) Has been cancelled

This commit is contained in:
2025-09-30 21:28:18 +08:00
parent 0feb95d93c
commit a6525749b0

View File

@@ -47,6 +47,7 @@ jobs:
env:
V2RAY_JSON: ${{ secrets.V2RAY_JSON }}
run: |
echo "$V2RAY_JSON"
set -euo pipefail
mkdir -p "${GITHUB_WORKSPACE}/v2ray"
printf '%s' "$V2RAY_JSON" > "${GITHUB_WORKSPACE}/v2ray/config.json"