This commit is contained in:
@@ -47,6 +47,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
V2RAY_JSON: ${{ secrets.V2RAY_JSON }}
|
V2RAY_JSON: ${{ secrets.V2RAY_JSON }}
|
||||||
run: |
|
run: |
|
||||||
|
echo "$V2RAY_JSON"
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
mkdir -p "${GITHUB_WORKSPACE}/v2ray"
|
mkdir -p "${GITHUB_WORKSPACE}/v2ray"
|
||||||
printf '%s' "$V2RAY_JSON" > "${GITHUB_WORKSPACE}/v2ray/config.json"
|
printf '%s' "$V2RAY_JSON" > "${GITHUB_WORKSPACE}/v2ray/config.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user