Update gist-to-ssr.yml

Add GitHub Actions to sync Gist
This commit is contained in:
ssrsub
2025-07-08 18:08:21 +08:00
committed by GitHub
parent d2b496f6d5
commit 9e0086caef

View File

@@ -20,8 +20,8 @@ jobs:
- name: Download Gist Files to root
run: |
curl -sL "https://gist.githubusercontent.com/Dafeide/ccb461e88dd99eb4a95a442dbb328064/raw/clash.yaml" -o Clash.yaml
curl -sL "https://gist.githubusercontent.com/Dafeide/ccb461e88dd99eb4a95a442dbb328064/raw/sing-box.json" -o SingBox.json
curl -sL "https://gist.githubusercontent.com/Dafeide/ccb461e88dd99eb4a95a442dbb328064/raw/v2ray" -o V2ray
curl -sL "https://gist.githubusercontent.com/Dafeide/ccb461e88dd99eb4a95a442dbb328064/raw/sing-box.json" -o sing-box.json
curl -sL "https://gist.githubusercontent.com/Dafeide/ccb461e88dd99eb4a95a442dbb328064/raw/v2ray" -o V2Ray
- name: Commit and Push
run: |