From 9ddcd7e4823b778bcfc02b51611347410f6805b7 Mon Sep 17 00:00:00 2001 From: ssrsub <46400143+ssrsub@users.noreply.github.com> Date: Tue, 8 Jul 2025 18:13:07 +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 7e6aea6..93ad310 100644 --- a/.github/workflows/gist-to-ssr.yml +++ b/.github/workflows/gist-to-ssr.yml @@ -20,13 +20,13 @@ 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 sing-box.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 SingBox.json + curl -sL "https://gist.githubusercontent.com/Dafeide/ccb461e88dd99eb4a95a442dbb328064/raw/v2ray" -o V2ray - name: Commit and Push run: | git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git add Clash.yaml SingBox.json V2ray + git add Clash.yaml sing-box.json V2Ray git diff --cached --quiet || git commit -m "Update configs from Gist at $(date -u)" git push origin master