diff --git a/.github/workflows/gist-to-ssr.yml b/.github/workflows/gist-to-ssr.yml index af225b6..6baf48b 100644 --- a/.github/workflows/gist-to-ssr.yml +++ b/.github/workflows/gist-to-ssr.yml @@ -19,9 +19,9 @@ 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/917423149ef9ebe264dcef0ac922e809/raw/clash.yaml" -o clash.yaml + curl -sL "https://gist.githubusercontent.com/Dafeide/917423149ef9ebe264dcef0ac922e809/raw/sing-box.json" -o singbox.json + curl -sL "https://gist.githubusercontent.com/Dafeide/917423149ef9ebe264dcef0ac922e809/raw/v2ray" -o v2ray - name: Commit and Push run: |