|
|
|
|
@ -24,7 +24,6 @@ jobs:
|
|
|
|
|
|
|
|
|
|
- name: Update Clash 1
|
|
|
|
|
run: |
|
|
|
|
|
curl -L ${{ secrets.V2RAY_API }} > source/v2ray.txt
|
|
|
|
|
curl -L ${{ secrets.CLASH_API }} > source/clash-meta.yaml
|
|
|
|
|
rand=_$(date +%s%N | md5sum |cut -c 2-6)_
|
|
|
|
|
sed -i "s/${{ secrets.CLASH_REPLACE }}/$rand/g" source/clash-meta.yaml
|
|
|
|
|
|