From 9c5f00300bbefd76d5d8a45294a76d5afcb596b1 Mon Sep 17 00:00:00 2001 From: ssrsub <46400143+ssrsub@users.noreply.github.com> Date: Fri, 1 Aug 2025 19:53:45 +0800 Subject: [PATCH] Update gist-to-ssr.yml --- .github/workflows/gist-to-ssr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: |